diff options
author | Melanie | 2012-01-24 03:14:00 +0100 |
---|---|---|
committer | Melanie | 2012-01-24 03:14:00 +0100 |
commit | f10288ceae9b029249ec72d04b39b3c9e3ae00ed (patch) | |
tree | f329c41fe1a095b16d8395fdc56d2aede58279e7 /OpenSim | |
parent | Add teleport routing, first part (diff) | |
download | opensim-SC_OLD-f10288ceae9b029249ec72d04b39b3c9e3ae00ed.zip opensim-SC_OLD-f10288ceae9b029249ec72d04b39b3c9e3ae00ed.tar.gz opensim-SC_OLD-f10288ceae9b029249ec72d04b39b3c9e3ae00ed.tar.bz2 opensim-SC_OLD-f10288ceae9b029249ec72d04b39b3c9e3ae00ed.tar.xz |
Add handling bans properly
Diffstat (limited to 'OpenSim')
-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)) |