remove hack to break sending of baked cache on agent cross update

avinationmerge
UbitUmarov 2014-08-17 02:26:35 +01:00
parent ff518e7cbb
commit 4a20760929
1 changed files with 0 additions and 2 deletions

View File

@ -1680,8 +1680,6 @@ 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)