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

TeleportWork
Diva Canto 2013-07-22 18:46:51 -07:00
parent 879cbb4575
commit c0433d5e4c
1 changed files with 1 additions and 1 deletions

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);
}