aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-03-21 23:59:59 +0000
committerJustin Clark-Casey (justincc)2012-03-22 00:00:05 +0000
commit71ec84d77f440c9801462e1bda95a67f3386a19b (patch)
tree5819185495a439ca2c5f7455bd377b32332e1254 /OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs
parentInstead of loading default avatar animations in both SLUtil and AvatarAnimati... (diff)
parentUpdated the UserAccountsClient a little bit, plus some more sanity checks on ... (diff)
downloadopensim-SC_OLD-71ec84d77f440c9801462e1bda95a67f3386a19b.zip
opensim-SC_OLD-71ec84d77f440c9801462e1bda95a67f3386a19b.tar.gz
opensim-SC_OLD-71ec84d77f440c9801462e1bda95a67f3386a19b.tar.bz2
opensim-SC_OLD-71ec84d77f440c9801462e1bda95a67f3386a19b.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs')
-rw-r--r--OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs b/OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs
index 9a0e27e..db62aaa 100644
--- a/OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs
+++ b/OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs
@@ -222,6 +222,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
222 222
223 } 223 }
224 224
225 [Obsolete]
225 public XmlRpcResponse StatusNotification(XmlRpcRequest request, IPEndPoint remoteClient) 226 public XmlRpcResponse StatusNotification(XmlRpcRequest request, IPEndPoint remoteClient)
226 { 227 {
227 Hashtable hash = new Hashtable(); 228 Hashtable hash = new Hashtable();