mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
remove a land.SendLandUpdateToClient() since its now done for all cases in
completmovement and not only that specific one
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user