Change chat packets to bypass the throttles. This should alleviate chat lag

This commit is contained in:
Melanie Thielker
2010-08-11 02:52:52 +02:00
parent af60b8ac16
commit a5a60df687

View File

@@ -787,7 +787,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
reply.ChatData.OwnerID = fromAgentID;
reply.ChatData.SourceID = fromAgentID;
OutPacket(reply, ThrottleOutPacketType.Task);
OutPacket(reply, ThrottleOutPacketType.Unknown);
}
/// <summary>