* An update to the UDP Packet handler which might make the giant sized craters go away.

This commit is contained in:
Teravus Ovares
2008-10-05 13:06:03 +00:00
parent e5929f4a1c
commit a243a4aaf5

View File

@@ -204,7 +204,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
// Packet dropping
//
List<PacketType> m_ImportantPackets = new List<PacketType>();
private bool m_ReliableIsImportant = false;
private bool m_ReliableIsImportant = true;
public bool ReliableIsImportant
{