DEBUG intencional break of sending baked cache

avinationmerge
UbitUmarov 2014-08-16 22:56:56 +01:00
parent f8b8cf3d8f
commit 90987a5484
1 changed files with 3 additions and 0 deletions

View File

@ -1680,6 +1680,9 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
AgentData cAgent = new AgentData();
agent.CopyTo(cAgent);
// DEBUG badd !!!
cAgent.Appearance.WearableCacheItems = null;
cAgent.Position = pos + agent.Velocity;
if (isFlying)
cAgent.ControlFlags |= (uint)AgentManager.ControlFlags.AGENT_CONTROL_FLY;