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

avinationmerge
Melanie Thielker 2010-08-11 02:52:52 +02:00
parent af60b8ac16
commit a5a60df687
1 changed files with 1 additions and 1 deletions

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>