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

0.1-prestable
gareth 2007-04-10 01:43:40 +00:00
parent 868f184f23
commit 632db47dd7
1 changed files with 2 additions and 1 deletions

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);
}
}
}