diff options
author | Melanie | 2011-02-05 04:24:43 +0000 |
---|---|---|
committer | Melanie | 2011-02-05 04:24:43 +0000 |
commit | 4e0b0f0f4c30eeb256b88ca0f141ad7e014a5e0b (patch) | |
tree | eff7787e9557eb00153e515cf70026582a90bea5 /OpenSim/Server | |
parent | Comment out texture CAPS 'texture not found' message for now (diff) | |
download | opensim-SC_OLD-4e0b0f0f4c30eeb256b88ca0f141ad7e014a5e0b.zip opensim-SC_OLD-4e0b0f0f4c30eeb256b88ca0f141ad7e014a5e0b.tar.gz opensim-SC_OLD-4e0b0f0f4c30eeb256b88ca0f141ad7e014a5e0b.tar.bz2 opensim-SC_OLD-4e0b0f0f4c30eeb256b88ca0f141ad7e014a5e0b.tar.xz |
Fix a typo in the QUERYACCESS method name
Diffstat (limited to 'OpenSim/Server')
-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 2601d2a..c3545aa 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -110,7 +110,7 @@ namespace OpenSim.Server.Handlers.Simulation | |||
110 | DoAgentDelete(request, responsedata, agentID, action, regionID); | 110 | DoAgentDelete(request, responsedata, agentID, action, regionID); |
111 | return responsedata; | 111 | return responsedata; |
112 | } | 112 | } |
113 | else if (method.Equals("QUERYACCESSS")) | 113 | else if (method.Equals("QUERYACCESS")) |
114 | { | 114 | { |
115 | DoQueryAccess(request, responsedata, agentID, regionID); | 115 | DoQueryAccess(request, responsedata, agentID, regionID); |
116 | return responsedata; | 116 | return responsedata; |