mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
check land permitions on sit target for unscripted sits
This commit is contained in:
@@ -70,6 +70,7 @@ namespace OpenSim.Framework
|
||||
void UpdateLandProperties(LandUpdateArgs args, IClientAPI remote_client);
|
||||
bool IsEitherBannedOrRestricted(UUID avatar);
|
||||
bool IsBannedFromLand(UUID avatar);
|
||||
bool CanBeOnThisLand(UUID avatar, float posHeight);
|
||||
bool IsRestrictedFromLand(UUID avatar);
|
||||
bool IsInLandAccessList(UUID avatar);
|
||||
void SendLandUpdateToClient(IClientAPI remote_client);
|
||||
|
||||
Reference in New Issue
Block a user