Add handling bans properly

This commit is contained in:
Melanie
2012-01-24 03:14:00 +01:00
parent 0369d21917
commit f10288ceae

View File

@@ -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))