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

0.6.0-stable
Teravus Ovares 2008-10-05 13:06:03 +00:00
parent e5929f4a1c
commit a243a4aaf5
1 changed files with 1 additions and 1 deletions

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
{