mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Bug fix: correct name of methods in user accounts connector.
This commit is contained in:
@@ -131,7 +131,7 @@ namespace OpenSim.Services.Connectors
|
||||
//sendData["SCOPEID"] = scopeID.ToString();
|
||||
sendData["VERSIONMIN"] = ProtocolVersions.ClientProtocolVersionMin.ToString();
|
||||
sendData["VERSIONMAX"] = ProtocolVersions.ClientProtocolVersionMax.ToString();
|
||||
sendData["METHOD"] = "getagents";
|
||||
sendData["METHOD"] = "getaccounts";
|
||||
|
||||
sendData["ScopeID"] = scopeID.ToString();
|
||||
sendData["query"] = query;
|
||||
|
||||
Reference in New Issue
Block a user