Revert the previous commit - indeed this needs to be fixed in a

different place...
afrisby
Dalien Talbot 2007-11-18 07:07:50 +00:00
parent aa57b386b7
commit 8ebf75ec24
1 changed files with 3 additions and 9 deletions

View File

@ -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();
}
}
}
}