mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
More refactoring.
Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
This commit is contained in:
@@ -57,7 +57,7 @@ namespace OpenSim
|
||||
m_world.RemoveViewerAgent(this);
|
||||
//need to do other cleaning up here too
|
||||
m_clientThreads.Remove(this.CircuitCode);
|
||||
m_application.RemoveClientCircuit(this.CircuitCode);
|
||||
m_networkServer.RemoveClientCircuit(this.CircuitCode);
|
||||
this.ClientThread.Abort();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user