diff options
author | UbitUmarov | 2014-08-11 02:51:34 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-11 02:51:34 +0100 |
commit | 2cc8e90bd2079798b4e4538fefeb23ea3f81488e (patch) | |
tree | 17aa7ae245fb0cf80749a80b614df4dabc534289 /OpenSim/Region | |
parent | dont do ParcelCrossCheck() on child avatars (diff) | |
download | opensim-SC_OLD-2cc8e90bd2079798b4e4538fefeb23ea3f81488e.zip opensim-SC_OLD-2cc8e90bd2079798b4e4538fefeb23ea3f81488e.tar.gz opensim-SC_OLD-2cc8e90bd2079798b4e4538fefeb23ea3f81488e.tar.bz2 opensim-SC_OLD-2cc8e90bd2079798b4e4538fefeb23ea3f81488e.tar.xz |
remove a land.SendLandUpdateToClient() since its now done for all cases in
completmovement and not only that specific one
Diffstat (limited to 'OpenSim/Region')
-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 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 | ||