diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index e5a4101..bb6e62d 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -664,7 +664,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
664 | m_log.DebugFormat( | 664 | m_log.DebugFormat( |
665 | "[CLIENT]: Entered main packet processing loop for {0} {1}", FirstName, LastName); | 665 | "[CLIENT]: Entered main packet processing loop for {0} {1}", FirstName, LastName); |
666 | 666 | ||
667 | while (IsActive) | 667 | while (true) |
668 | { | 668 | { |
669 | LLQueItem nextPacket = m_PacketHandler.PacketQueue.Dequeue(); | 669 | LLQueItem nextPacket = m_PacketHandler.PacketQueue.Dequeue(); |
670 | 670 | ||