remove a land.SendLandUpdateToClient() since its now done for all cases in

completmovement and not only that specific one
This commit is contained in:
UbitUmarov
2014-08-11 02:51:34 +01:00
parent ba33d78af9
commit 2cc8e90bd2

View File

@@ -5158,8 +5158,8 @@ namespace OpenSim.Region.Framework.Scenes
pos = land.LandData.UserLocation;
}
}
land.SendLandUpdateToClient(ControllingClient);
// this is now done in completeMovement for all cases and not just this
// land.SendLandUpdateToClient(ControllingClient);
}
}