mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Beginning work on the new LLUDP implementation
This commit is contained in:
@@ -172,7 +172,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
m_lastloopprocessed = DateTime.Now.Ticks;
|
||||
|
||||
// This can happen during Close()
|
||||
if (m_client == null || m_client.PacketHandler == null || m_client.PacketHandler.PacketQueue == null)
|
||||
if (m_client == null)
|
||||
return false;
|
||||
|
||||
while ((imagereq = GetHighestPriorityImage()) != null)
|
||||
|
||||
Reference in New Issue
Block a user