diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 63e4611..e9f93a6 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1019,10 +1019,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
1019 | } | 1019 | } |
1020 | 1020 | ||
1021 | //m_log.DebugFormat("Completed movement"); | 1021 | //m_log.DebugFormat("Completed movement"); |
1022 | } | 1022 | } |
1023 | 1023 | ||
1024 | m_controllingClient.MoveAgentIntoRegion(m_regionInfo, AbsolutePosition, look); | 1024 | m_controllingClient.MoveAgentIntoRegion(m_regionInfo, AbsolutePosition, look); |
1025 | 1025 | ||
1026 | } | 1026 | } |
1027 | 1027 | ||
1028 | /// <summary> | 1028 | /// <summary> |