Missed a nullref in the previous commit

This commit is contained in:
Tom Grimshaw
2010-05-18 02:33:41 -07:00
parent 91b1d17e5b
commit ed1cfb5245

View File

@@ -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);