diff options
author | UbitUmarov | 2012-04-27 09:15:31 +0100 |
---|---|---|
committer | UbitUmarov | 2012-04-27 09:15:31 +0100 |
commit | cadbfcc01115500924df4ebcea88ca962680890c (patch) | |
tree | 90bdf84be0cb7823cc0d24d3e45188268ef6f0cd /OpenSim/Region/Framework/Scenes | |
parent | test (diff) | |
download | opensim-SC_OLD-cadbfcc01115500924df4ebcea88ca962680890c.zip opensim-SC_OLD-cadbfcc01115500924df4ebcea88ca962680890c.tar.gz opensim-SC_OLD-cadbfcc01115500924df4ebcea88ca962680890c.tar.bz2 opensim-SC_OLD-cadbfcc01115500924df4ebcea88ca962680890c.tar.xz |
itest
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 2c12b01..d2e0726 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1103,7 +1103,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
1103 | { | 1103 | { |
1104 | CheckLandingPoint(ref newpos); | 1104 | CheckLandingPoint(ref newpos); |
1105 | AbsolutePosition = newpos; | 1105 | AbsolutePosition = newpos; |
1106 | /* | 1106 | |
1107 | |||
1108 | m_log.DebugFormat("[avnLocalTeleport] {0} {1}", newpos, rotateToVelXY); | ||
1109 | |||
1107 | if (newvel.HasValue) | 1110 | if (newvel.HasValue) |
1108 | { | 1111 | { |
1109 | if (newvel == Vector3.Zero) | 1112 | if (newvel == Vector3.Zero) |
@@ -1130,7 +1133,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1130 | m_velocity = (Vector3)newvel; | 1133 | m_velocity = (Vector3)newvel; |
1131 | } | 1134 | } |
1132 | } | 1135 | } |
1133 | */ | 1136 | |
1134 | SendTerseUpdateToAllClients(); | 1137 | SendTerseUpdateToAllClients(); |
1135 | } | 1138 | } |
1136 | 1139 | ||