diff options
author | Melanie | 2011-01-27 02:16:41 +0100 |
---|---|---|
committer | Melanie | 2011-01-27 02:16:41 +0100 |
commit | 11c742a5a8b1edd97923cc445aa43e0ba92f1bce (patch) | |
tree | 08221312c1d40942466d2e119be1f8103808a89b /OpenSim/Server/Handlers | |
parent | Reproduce a corner case behavior for llListReplaceList (diff) | |
download | opensim-SC-11c742a5a8b1edd97923cc445aa43e0ba92f1bce.zip opensim-SC-11c742a5a8b1edd97923cc445aa43e0ba92f1bce.tar.gz opensim-SC-11c742a5a8b1edd97923cc445aa43e0ba92f1bce.tar.bz2 opensim-SC-11c742a5a8b1edd97923cc445aa43e0ba92f1bce.tar.xz |
Make bans work for teleport. Now teleport will complete block if the user
is not allowed on the estate. If the user is allowed on no parcel, the
teleport will also be blocked. If the user is allowed on a parcel, but
not the desired one, the user will be shifted to the closest allowed
location.
Diffstat (limited to 'OpenSim/Server/Handlers')
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index 6d01f80..89832f4 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -115,7 +115,7 @@ namespace OpenSim.Server.Handlers.Simulation | |||
115 | DoChildAgentDelete(request, responsedata, agentID, action, regionID); | 115 | DoChildAgentDelete(request, responsedata, agentID, action, regionID); |
116 | return responsedata; | 116 | return responsedata; |
117 | } | 117 | } |
118 | else if (method.Equals("QUERYACCESSS")) | 118 | else if (method.Equals("QUERYACCESS")) |
119 | { | 119 | { |
120 | DoQueryAccess(request, responsedata, agentID, regionID); | 120 | DoQueryAccess(request, responsedata, agentID, regionID); |
121 | return responsedata; | 121 | return responsedata; |