aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index df6a767..5b1aa86 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -11204,6 +11204,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
11204 public void ProcessPendingPackets() 11204 public void ProcessPendingPackets()
11205 { 11205 {
11206 m_IsPresenceReady = true; 11206 m_IsPresenceReady = true;
11207 if (m_pendingPackets == null)
11208 return;
11207 foreach (Packet p in m_pendingPackets) 11209 foreach (Packet p in m_pendingPackets)
11208 { 11210 {
11209 ProcessInPacket(p); 11211 ProcessInPacket(p);