diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index fc1e85a..0ebdbb7 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -3573,7 +3573,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3573 | return true; | 3573 | return true; |
3574 | } | 3574 | } |
3575 | 3575 | ||
3576 | private bool TestLandRestrictions(UUID agentID, out string reason, ref float posX, ref float posY) | 3576 | public bool TestLandRestrictions(UUID agentID, out string reason, ref float posX, ref float posY) |
3577 | { | 3577 | { |
3578 | reason = String.Empty; | 3578 | reason = String.Empty; |
3579 | if (Permissions.IsGod(agentID)) | 3579 | if (Permissions.IsGod(agentID)) |