diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 32a17ce..2c12b01 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1103,7 +1103,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1103 | { | 1103 | { |
1104 | CheckLandingPoint(ref newpos); | 1104 | CheckLandingPoint(ref newpos); |
1105 | AbsolutePosition = newpos; | 1105 | AbsolutePosition = newpos; |
1106 | 1106 | /* | |
1107 | if (newvel.HasValue) | 1107 | if (newvel.HasValue) |
1108 | { | 1108 | { |
1109 | if (newvel == Vector3.Zero) | 1109 | if (newvel == Vector3.Zero) |
@@ -1130,7 +1130,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1130 | m_velocity = (Vector3)newvel; | 1130 | m_velocity = (Vector3)newvel; |
1131 | } | 1131 | } |
1132 | } | 1132 | } |
1133 | 1133 | */ | |
1134 | SendTerseUpdateToAllClients(); | 1134 | SendTerseUpdateToAllClients(); |
1135 | } | 1135 | } |
1136 | 1136 | ||