remove hack to break sending of baked cache on agent cross update
parent
ff518e7cbb
commit
4a20760929
|
@ -1680,8 +1680,6 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
||||||
|
|
||||||
AgentData cAgent = new AgentData();
|
AgentData cAgent = new AgentData();
|
||||||
agent.CopyTo(cAgent);
|
agent.CopyTo(cAgent);
|
||||||
// DEBUG badd !!!
|
|
||||||
cAgent.Appearance.WearableCacheItems = null;
|
|
||||||
|
|
||||||
cAgent.Position = pos + agent.Velocity;
|
cAgent.Position = pos + agent.Velocity;
|
||||||
if (isFlying)
|
if (isFlying)
|
||||||
|
|
Loading…
Reference in New Issue