aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2010-05-02 20:08:59 -0400
committerTeravus Ovares (Dan Olivares)2010-05-02 20:08:59 -0400
commitfc3e24af9c5f011546df485ec29dc198a8c8c316 (patch)
treefc271408de336b3755ee4e3be6db96b73431788b /OpenSim/Services/Connectors
parentModify README.txt to trigger new build /again/ (diff)
parentMake the IUserAccountData properly unpack the god mode data, so grid gods (diff)
downloadopensim-SC_OLD-fc3e24af9c5f011546df485ec29dc198a8c8c316.zip
opensim-SC_OLD-fc3e24af9c5f011546df485ec29dc198a8c8c316.tar.gz
opensim-SC_OLD-fc3e24af9c5f011546df485ec29dc198a8c8c316.tar.bz2
opensim-SC_OLD-fc3e24af9c5f011546df485ec29dc198a8c8c316.tar.xz
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to 'OpenSim/Services/Connectors')
-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();