aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index d547323..005c9b9 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -4346,10 +4346,10 @@ namespace OpenSim.Region.Framework.Scenes
4346 ScenePresence childAgentUpdate = GetScenePresence(cAgentData.AgentID); 4346 ScenePresence childAgentUpdate = GetScenePresence(cAgentData.AgentID);
4347 if (childAgentUpdate != null) 4347 if (childAgentUpdate != null)
4348 { 4348 {
4349 if (childAgentUpdate.ControllingClient.SessionId != cAgentData.SessionID) 4349// if (childAgentUpdate.ControllingClient.SessionId != cAgentData.SessionID)
4350 // Only warn for now 4350// // Only warn for now
4351 m_log.WarnFormat("[SCENE]: Attempt at updating position of agent {0} with invalid session id {1}. Neighbor running older version?", 4351// m_log.WarnFormat("[SCENE]: Attempt at updating position of agent {0} with invalid session id {1}. Neighbor running older version?",
4352 childAgentUpdate.UUID, cAgentData.SessionID); 4352// childAgentUpdate.UUID, cAgentData.SessionID);
4353 4353
4354 // I can't imagine *yet* why we would get an update if the agent is a root agent.. 4354 // I can't imagine *yet* why we would get an update if the agent is a root agent..
4355 // however to avoid a race condition crossing borders.. 4355 // however to avoid a race condition crossing borders..