aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs
diff options
context:
space:
mode:
authorMelanie Thielker2010-05-03 01:50:32 +0200
committerMelanie Thielker2010-05-03 01:50:32 +0200
commit175f3f992ab487add20253329bef481a4d20f8aa (patch)
tree17e7749181962caa1915a807ff5ade697c449570 /OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs
parentFix sensor cone for sensing avatars (diff)
downloadopensim-SC_OLD-175f3f992ab487add20253329bef481a4d20f8aa.zip
opensim-SC_OLD-175f3f992ab487add20253329bef481a4d20f8aa.tar.gz
opensim-SC_OLD-175f3f992ab487add20253329bef481a4d20f8aa.tar.bz2
opensim-SC_OLD-175f3f992ab487add20253329bef481a4d20f8aa.tar.xz
Make the IUserAccountData properly unpack the god mode data, so grid gods
work again
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs b/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs
index 1527db2..38c191a 100644
--- a/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs
+++ b/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs
@@ -113,7 +113,7 @@ namespace OpenSim.Services.Connectors
113 113
114 public virtual UserAccount GetUserAccount(UUID scopeID, UUID userID) 114 public virtual UserAccount GetUserAccount(UUID scopeID, UUID userID)
115 { 115 {
116 m_log.DebugFormat("[ACCOUNTS CONNECTOR]: GetUSerAccount {0}", userID); 116 m_log.DebugFormat("[ACCOUNTS CONNECTOR]: GetUserAccount {0}", userID);
117 Dictionary<string, object> sendData = new Dictionary<string, object>(); 117 Dictionary<string, object> sendData = new Dictionary<string, object>();
118 //sendData["SCOPEID"] = scopeID.ToString(); 118 //sendData["SCOPEID"] = scopeID.ToString();
119 sendData["VERSIONMIN"] = ProtocolVersions.ClientProtocolVersionMin.ToString(); 119 sendData["VERSIONMIN"] = ProtocolVersions.ClientProtocolVersionMin.ToString();