Make the IUserAccountData properly unpack the god mode data, so grid gods

work again
This commit is contained in:
Melanie Thielker
2010-05-03 01:50:32 +02:00
parent 0fa57cac3f
commit 175f3f992a
2 changed files with 4 additions and 4 deletions

View File

@@ -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();