diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index e5a41018a2..bb6e62db2e 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -664,7 +664,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP m_log.DebugFormat( "[CLIENT]: Entered main packet processing loop for {0} {1}", FirstName, LastName); - while (IsActive) + while (true) { LLQueItem nextPacket = m_PacketHandler.PacketQueue.Dequeue();