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

@@ -235,6 +235,7 @@ namespace OpenRA.Network
orderManager.IssueOrder(new Order("HandshakeResponse", null, false)
{
Type = OrderType.Handshake,
IsImmediate = true,
TargetString = response.Serialize()
});