mirror of
https://github.com/opensim/opensim.git
synced 2026-05-27 20:35:59 +08:00
Revert the previous commit - indeed this needs to be fixed in a
different place...
This commit is contained in:
@@ -152,14 +152,8 @@ namespace OpenSim.Region.ClientStack
|
||||
public void Close()
|
||||
{
|
||||
clientPingTimer.Stop();
|
||||
try
|
||||
{
|
||||
m_scene.RemoveClient(AgentId);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
MainLog.Instance.Error("ClientView.cs:Close, exception: " + e.ToString());
|
||||
}
|
||||
|
||||
m_scene.RemoveClient(AgentId);
|
||||
|
||||
ClientThread.Abort();
|
||||
}
|
||||
@@ -395,4 +389,4 @@ namespace OpenSim.Region.ClientStack
|
||||
ClientThread.Abort();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user