diff options
author | Justin Clark-Casey (justincc) | 2011-08-06 03:06:05 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-06 03:06:05 +0100 |
commit | 6878049952ba25f853720d8f7fe0644569454c00 (patch) | |
tree | 45fc0ed6d869205e5c6ec819ec571a302332b1aa | |
parent | remove some obsolete tests that are now done elsewhere (diff) | |
download | opensim-SC_OLD-6878049952ba25f853720d8f7fe0644569454c00.zip opensim-SC_OLD-6878049952ba25f853720d8f7fe0644569454c00.tar.gz opensim-SC_OLD-6878049952ba25f853720d8f7fe0644569454c00.tar.bz2 opensim-SC_OLD-6878049952ba25f853720d8f7fe0644569454c00.tar.xz |
get rid of bogus log message
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index d354c0a..cd5228d 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2298,13 +2298,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
2298 | /// <param name="rotation">The direction in which this avatar should now face. | 2298 | /// <param name="rotation">The direction in which this avatar should now face. |
2299 | public void AddNewMovement(Vector3 vec, Quaternion rotation) | 2299 | public void AddNewMovement(Vector3 vec, Quaternion rotation) |
2300 | { | 2300 | { |
2301 | if (m_isChildAgent) | ||
2302 | { | ||
2303 | // WHAT??? | ||
2304 | m_log.Debug("[SCENEPRESENCE]: AddNewMovement() called on child agent, making root agent!"); | ||
2305 | return; | ||
2306 | } | ||
2307 | |||
2308 | m_perfMonMS = Util.EnvironmentTickCount(); | 2301 | m_perfMonMS = Util.EnvironmentTickCount(); |
2309 | 2302 | ||
2310 | Rotation = rotation; | 2303 | Rotation = rotation; |