mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fixed avatar appearance not updating issue as per bug report #79
This commit is contained in:
@@ -109,7 +109,8 @@ namespace OpenSim.world
|
||||
client.OutPacket(objupdate);
|
||||
if (client.AgentID != ControllingClient.AgentID)
|
||||
{
|
||||
SendAppearanceToOtherAgent(client);
|
||||
client.ClientAvatar.SendAppearanceToOtherAgent(this.ControllingClient);
|
||||
SendAppearanceToOtherAgent(client);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user