aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorUbitUmarov2014-08-17 02:26:35 +0100
committerUbitUmarov2014-08-17 02:26:35 +0100
commit4a2076092918d41d62e83c5623d715969f543c1b (patch)
tree929bba361f83be56c6c3479c9d4971f035d34ad4 /OpenSim/Region/CoreModules
parentmake webutilmore verbose on PUT for avatar updates. Reduce LargeTime debug (diff)
downloadopensim-SC_OLD-4a2076092918d41d62e83c5623d715969f543c1b.zip
opensim-SC_OLD-4a2076092918d41d62e83c5623d715969f543c1b.tar.gz
opensim-SC_OLD-4a2076092918d41d62e83c5623d715969f543c1b.tar.bz2
opensim-SC_OLD-4a2076092918d41d62e83c5623d715969f543c1b.tar.xz
remove hack to break sending of baked cache on agent cross update
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
index b8171af..ff0c01a 100644
--- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
@@ -1680,8 +1680,6 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
1680 1680
1681 AgentData cAgent = new AgentData(); 1681 AgentData cAgent = new AgentData();
1682 agent.CopyTo(cAgent); 1682 agent.CopyTo(cAgent);
1683// DEBUG badd !!!
1684 cAgent.Appearance.WearableCacheItems = null;
1685 1683
1686 cAgent.Position = pos + agent.Velocity; 1684 cAgent.Position = pos + agent.Velocity;
1687 if (isFlying) 1685 if (isFlying)