aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-01-16 22:58:58 +0000
committerJustin Clark-Casey (justincc)2012-01-16 22:58:58 +0000
commit82ad9d4e04867b23b4c824c4eca7402bf476f0b7 (patch)
tree7be92c494a20b912edeb181d9aa75b6e22139879 /OpenSim/Region/Framework
parentprotect the region ready alerts for loading oarfiles if no post URI is set (diff)
downloadopensim-SC_OLD-82ad9d4e04867b23b4c824c4eca7402bf476f0b7.zip
opensim-SC_OLD-82ad9d4e04867b23b4c824c4eca7402bf476f0b7.tar.gz
opensim-SC_OLD-82ad9d4e04867b23b4c824c4eca7402bf476f0b7.tar.bz2
opensim-SC_OLD-82ad9d4e04867b23b4c824c4eca7402bf476f0b7.tar.xz
Remove monocov and other obsolete nant build targets.
monocov was a code coverage attempt 3 years ago which no longer works. other removed targets have been commented out or unused for a very long time
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 3c9bde8..230cf91 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -1212,7 +1212,7 @@ namespace OpenSim.Region.Framework.Scenes
1212 m_callbackURI = null; 1212 m_callbackURI = null;
1213 } 1213 }
1214 1214
1215 //m_log.DebugFormat("[SCENE PRESENCE] Completed movement"); 1215 m_log.DebugFormat("[SCENE PRESENCE] Completed movement");
1216 1216
1217 ControllingClient.MoveAgentIntoRegion(m_scene.RegionInfo, AbsolutePosition, look); 1217 ControllingClient.MoveAgentIntoRegion(m_scene.RegionInfo, AbsolutePosition, look);
1218 ValidateAndSendAppearanceAndAgentData(); 1218 ValidateAndSendAppearanceAndAgentData();