mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Missed a nullref in the previous commit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user