mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Breaking all the code, breaking all the code..!
* Made a bunch more members static, removed some dead code, general cleaning.
This commit is contained in:
@@ -209,7 +209,7 @@ namespace OpenSim.Grid.UserServer
|
||||
XmlRpcRequest GridReq = new XmlRpcRequest("logout_of_simulator", SendParams);
|
||||
try
|
||||
{
|
||||
XmlRpcResponse GridResp = GridReq.Send(serv.URI, 6000);
|
||||
GridReq.Send(serv.URI, 6000);
|
||||
}
|
||||
catch (WebException)
|
||||
{
|
||||
@@ -243,7 +243,7 @@ namespace OpenSim.Grid.UserServer
|
||||
XmlRpcRequest GridReq = new XmlRpcRequest("login_to_simulator", SendParams);
|
||||
try
|
||||
{
|
||||
XmlRpcResponse GridResp = GridReq.Send(serv.URI, 6000);
|
||||
GridReq.Send(serv.URI, 6000);
|
||||
m_log.Info("[LOGIN]: Notified : " + serv.URI + " about user login");
|
||||
}
|
||||
catch (WebException)
|
||||
|
||||
Reference in New Issue
Block a user