diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index d9aecd8..d708055 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |||
@@ -926,7 +926,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
926 | if (m_scene.TryGetClient(udpClient.AgentID, out client)) | 926 | if (m_scene.TryGetClient(udpClient.AgentID, out client)) |
927 | { | 927 | { |
928 | client.IsLoggingOut = true; | 928 | client.IsLoggingOut = true; |
929 | client.Close(); | 929 | client.Close(false); |
930 | } | 930 | } |
931 | } | 931 | } |
932 | 932 | ||