do unpack appearence cacheitems on tps

master
UbitUmarov 2020-05-16 01:52:53 +01:00
parent baf5c61387
commit 65ca238cd7
1 changed files with 1 additions and 1 deletions

View File

@ -5109,7 +5109,7 @@ namespace OpenSim.Region.Framework.Scenes
SetAlwaysRun = cAgent.AlwaysRun; SetAlwaysRun = cAgent.AlwaysRun;
Appearance = new AvatarAppearance(cAgent.Appearance); Appearance = new AvatarAppearance(cAgent.Appearance, true, true);
/* /*
bool isFlying = ((m_AgentControlFlags & AgentManager.ControlFlags.AGENT_CONTROL_FLY) != 0); bool isFlying = ((m_AgentControlFlags & AgentManager.ControlFlags.AGENT_CONTROL_FLY) != 0);