mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Add handling bans properly
This commit is contained in:
@@ -3573,7 +3573,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return true;
|
||||
}
|
||||
|
||||
private bool TestLandRestrictions(UUID agentID, out string reason, ref float posX, ref float posY)
|
||||
public bool TestLandRestrictions(UUID agentID, out string reason, ref float posX, ref float posY)
|
||||
{
|
||||
reason = String.Empty;
|
||||
if (Permissions.IsGod(agentID))
|
||||
|
||||
Reference in New Issue
Block a user