Fixed avatar appearance not updating issue as per bug report #79
parent
868f184f23
commit
632db47dd7
|
@ -109,7 +109,8 @@ namespace OpenSim.world
|
||||||
client.OutPacket(objupdate);
|
client.OutPacket(objupdate);
|
||||||
if (client.AgentID != ControllingClient.AgentID)
|
if (client.AgentID != ControllingClient.AgentID)
|
||||||
{
|
{
|
||||||
SendAppearanceToOtherAgent(client);
|
client.ClientAvatar.SendAppearanceToOtherAgent(this.ControllingClient);
|
||||||
|
SendAppearanceToOtherAgent(client);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue