remove a land.SendLandUpdateToClient() since its now done for all cases in
completmovement and not only that specific oneavinationmerge
parent
ba33d78af9
commit
2cc8e90bd2
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue