diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index 79e35f4..f5f9c02 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |||
@@ -1516,7 +1516,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1516 | if (!client.IsLoggingOut) | 1516 | if (!client.IsLoggingOut) |
1517 | { | 1517 | { |
1518 | client.IsLoggingOut = true; | 1518 | client.IsLoggingOut = true; |
1519 | client.Close(); | 1519 | client.Close(false); |
1520 | } | 1520 | } |
1521 | } | 1521 | } |
1522 | } | 1522 | } |