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

completmovement and not only that specific one
avinationmerge
UbitUmarov 2014-08-11 02:51:34 +01:00
parent ba33d78af9
commit 2cc8e90bd2
1 changed files with 2 additions and 2 deletions

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);
}
}