Revert the previous commit - indeed this needs to be fixed in a
different place...afrisby
parent
aa57b386b7
commit
8ebf75ec24
|
@ -152,14 +152,8 @@ namespace OpenSim.Region.ClientStack
|
||||||
public void Close()
|
public void Close()
|
||||||
{
|
{
|
||||||
clientPingTimer.Stop();
|
clientPingTimer.Stop();
|
||||||
try
|
|
||||||
{
|
m_scene.RemoveClient(AgentId);
|
||||||
m_scene.RemoveClient(AgentId);
|
|
||||||
}
|
|
||||||
catch (Exception e)
|
|
||||||
{
|
|
||||||
MainLog.Instance.Error("ClientView.cs:Close, exception: " + e.ToString());
|
|
||||||
}
|
|
||||||
|
|
||||||
ClientThread.Abort();
|
ClientThread.Abort();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue