Fix a typo in the QUERYACCESS method name
parent
4f7cf491e6
commit
4e0b0f0f4c
|
@ -110,7 +110,7 @@ namespace OpenSim.Server.Handlers.Simulation
|
|||
DoAgentDelete(request, responsedata, agentID, action, regionID);
|
||||
return responsedata;
|
||||
}
|
||||
else if (method.Equals("QUERYACCESSS"))
|
||||
else if (method.Equals("QUERYACCESS"))
|
||||
{
|
||||
DoQueryAccess(request, responsedata, agentID, regionID);
|
||||
return responsedata;
|
||||
|
|
Loading…
Reference in New Issue