missing file in commit 5fe1f87837

avinationmerge
UbitUmarov 2014-07-30 15:43:54 +01:00
parent 2a2a772408
commit d6dbfd1687
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace OpenSim.Framework
void SendLandUpdateToAvatarsOverMe();
void SendLandProperties(int sequence_id, bool snap_selection, int request_result, IClientAPI remote_client);
void UpdateLandProperties(LandUpdateArgs args, IClientAPI remote_client);
bool UpdateLandProperties(LandUpdateArgs args, IClientAPI remote_client, out bool snap_selection, out bool needOverlay);
bool IsEitherBannedOrRestricted(UUID avatar);
bool IsBannedFromLand(UUID avatar);
bool CanBeOnThisLand(UUID avatar, float posHeight);