diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index ac18919..af5a8e5 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -384,6 +384,7 @@ namespace OpenSim.Region.ClientStack | |||
384 | { | 384 | { |
385 | // Pull Client out of Region | 385 | // Pull Client out of Region |
386 | m_log.Info("[CLIENT]: Close has been called"); | 386 | m_log.Info("[CLIENT]: Close has been called"); |
387 | m_packetQueue.Flush(); | ||
387 | 388 | ||
388 | //raiseevent on the packet server to Shutdown the circuit | 389 | //raiseevent on the packet server to Shutdown the circuit |
389 | if (shutdownCircuit) | 390 | if (shutdownCircuit) |