Restore 0xFE order for handshakes.

This restores handshake compatibility with protocol 7 servers.
This commit is contained in:
Paul Chote
2019-05-11 16:09:53 +00:00
committed by abcdefg30
parent bfddfec461
commit fe41dcb45e
3 changed files with 99 additions and 60 deletions

View File

@@ -294,6 +294,7 @@ namespace OpenRA.Server
DispatchOrdersToClient(newConn, 0, 0, new Order("HandshakeRequest", null, false)
{
Type = OrderType.Handshake,
IsImmediate = true,
TargetString = request.Serialize()
}.Serialize());