aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorUbitUmarov2012-04-27 10:10:31 +0100
committerUbitUmarov2012-04-27 10:10:31 +0100
commit2419de2b6dfc023afbd864046e512ec5f193dc9e (patch)
tree62801e9f81d90e86c7c4f999e004d212fdf960e5 /OpenSim
parentitest (diff)
downloadopensim-SC-2419de2b6dfc023afbd864046e512ec5f193dc9e.zip
opensim-SC-2419de2b6dfc023afbd864046e512ec5f193dc9e.tar.gz
opensim-SC-2419de2b6dfc023afbd864046e512ec5f193dc9e.tar.bz2
opensim-SC-2419de2b6dfc023afbd864046e512ec5f193dc9e.tar.xz
test
Diffstat (limited to 'OpenSim')
-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 25409c5..ef281a6 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -1105,7 +1105,7 @@ namespace OpenSim.Region.Framework.Scenes
1105 AbsolutePosition = newpos; 1105 AbsolutePosition = newpos;
1106 1106
1107 1107
1108 m_log.DebugFormat("[avnLocalTeleport] to {0} {1} init rotation {3}", newpos, rotateToVelXY,Rotation); 1108 m_log.DebugFormat("[avnLocalTeleport] to {0} {1} init rotation {2}", newpos, rotateToVelXY,Rotation);
1109 1109
1110 if (newvel.HasValue) 1110 if (newvel.HasValue)
1111 { 1111 {