mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Addresses some issues with appearance after TPs. Appearance.Owner was not being set, and that's what's being used in SendAppearanceToOtherAgent. Mantis #3204.
This commit is contained in:
@@ -406,7 +406,7 @@ namespace OpenSim.Grid.UserServer
|
||||
else
|
||||
{
|
||||
m_log.DebugFormat("[LOGIN]: Appearance not for {0} {1}. Creating default.", user.FirstName, user.SurName);
|
||||
appearance = new AvatarAppearance();
|
||||
appearance = new AvatarAppearance(user.ID);
|
||||
}
|
||||
|
||||
ArrayList SendParams = new ArrayList();
|
||||
|
||||
Reference in New Issue
Block a user