mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Reinstate closing the client if CloseAgen returns false. This was part
of the last Ubit patch.
This commit is contained in:
@@ -2063,7 +2063,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
client.Kick("Simulator logged you out due to connection timeout.");
|
||||
}
|
||||
|
||||
m_scene.CloseAgent(client.AgentId, true);
|
||||
if (!m_scene.CloseAgent(client.AgentId, true))
|
||||
client.Close(true,true);
|
||||
}
|
||||
|
||||
private void IncomingPacketHandler()
|
||||
|
||||
Reference in New Issue
Block a user