diff options
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 94989de..fdbcbb0 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1216,7 +1216,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1216 | m_callbackURI = null; | 1216 | m_callbackURI = null; |
1217 | } | 1217 | } |
1218 | 1218 | ||
1219 | //m_log.DebugFormat("[SCENE PRESENCE] Completed movement"); | 1219 | // m_log.DebugFormat("[SCENE PRESENCE] Completed movement"); |
1220 | 1220 | ||
1221 | ControllingClient.MoveAgentIntoRegion(m_scene.RegionInfo, AbsolutePosition, look); | 1221 | ControllingClient.MoveAgentIntoRegion(m_scene.RegionInfo, AbsolutePosition, look); |
1222 | ValidateAndSendAppearanceAndAgentData(); | 1222 | ValidateAndSendAppearanceAndAgentData(); |