mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
DEBUG intencional break of sending baked cache
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user