mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Make the IUserAccountData properly unpack the god mode data, so grid gods
work again
This commit is contained in:
@@ -113,7 +113,7 @@ namespace OpenSim.Services.Connectors
|
||||
|
||||
public virtual UserAccount GetUserAccount(UUID scopeID, UUID userID)
|
||||
{
|
||||
m_log.DebugFormat("[ACCOUNTS CONNECTOR]: GetUSerAccount {0}", userID);
|
||||
m_log.DebugFormat("[ACCOUNTS CONNECTOR]: GetUserAccount {0}", userID);
|
||||
Dictionary<string, object> sendData = new Dictionary<string, object>();
|
||||
//sendData["SCOPEID"] = scopeID.ToString();
|
||||
sendData["VERSIONMIN"] = ProtocolVersions.ClientProtocolVersionMin.ToString();
|
||||
|
||||
Reference in New Issue
Block a user