Changed the RegionHandshake packet to the Unknown queue, so that it is sent with high priority and hopefully gets to the client before AgentMovementComplete

This commit is contained in:
Diva Canto
2013-07-22 18:46:51 -07:00
parent 879cbb4575
commit c0433d5e4c

View File

@@ -811,7 +811,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
handshake.RegionInfo4[0].RegionFlagsExtended = args.regionFlags;
handshake.RegionInfo4[0].RegionProtocols = 0; // 1 here would indicate that SSB is supported
OutPacket(handshake, ThrottleOutPacketType.Task);
OutPacket(handshake, ThrottleOutPacketType.Unknown);
}