Add handling bans properly

avinationmerge
Melanie 2012-01-24 03:14:00 +01:00
parent 0369d21917
commit f10288ceae
1 changed files with 1 additions and 1 deletions

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