aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation
diff options
context:
space:
mode:
authorMelanie2011-02-05 04:24:43 +0000
committerMelanie2011-02-05 04:24:43 +0000
commit4e0b0f0f4c30eeb256b88ca0f141ad7e014a5e0b (patch)
treeeff7787e9557eb00153e515cf70026582a90bea5 /OpenSim/Server/Handlers/Simulation
parentComment out texture CAPS 'texture not found' message for now (diff)
downloadopensim-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/Handlers/Simulation')
-rw-r--r--OpenSim/Server/Handlers/Simulation/AgentHandlers.cs2
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;