aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 6cd951d..62dea07 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -5158,8 +5158,8 @@ namespace OpenSim.Region.Framework.Scenes
5158 pos = land.LandData.UserLocation; 5158 pos = land.LandData.UserLocation;
5159 } 5159 }
5160 } 5160 }
5161 5161// this is now done in completeMovement for all cases and not just this
5162 land.SendLandUpdateToClient(ControllingClient); 5162// land.SendLandUpdateToClient(ControllingClient);
5163 } 5163 }
5164 } 5164 }
5165 5165