aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
index da62a80..8bcf5ea 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
@@ -204,7 +204,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
204 // Packet dropping 204 // Packet dropping
205 // 205 //
206 List<PacketType> m_ImportantPackets = new List<PacketType>(); 206 List<PacketType> m_ImportantPackets = new List<PacketType>();
207 private bool m_ReliableIsImportant = false; 207 private bool m_ReliableIsImportant = true;
208 208
209 public bool ReliableIsImportant 209 public bool ReliableIsImportant
210 { 210 {