Fixed avatar appearance not updating issue as per bug report #79

This commit is contained in:
gareth
2007-04-10 01:43:40 +00:00
parent 868f184f23
commit 632db47dd7

View File

@@ -109,7 +109,8 @@ namespace OpenSim.world
client.OutPacket(objupdate);
if (client.AgentID != ControllingClient.AgentID)
{
SendAppearanceToOtherAgent(client);
client.ClientAvatar.SendAppearanceToOtherAgent(this.ControllingClient);
SendAppearanceToOtherAgent(client);
}
}
}