mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
do unpack appearence cacheitems on tps
This commit is contained in:
@@ -5109,7 +5109,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user