Missed a nullref in the previous commit
parent
91b1d17e5b
commit
ed1cfb5245
|
@ -11204,6 +11204,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||
public void ProcessPendingPackets()
|
||||
{
|
||||
m_IsPresenceReady = true;
|
||||
if (m_pendingPackets == null)
|
||||
return;
|
||||
foreach (Packet p in m_pendingPackets)
|
||||
{
|
||||
ProcessInPacket(p);
|
||||
|
|
Loading…
Reference in New Issue