Allow additional actor IDs to be send with orders.

This commit is contained in:
tovl
2019-08-06 14:15:10 +02:00
committed by abcdefg30
parent b8e15fbe40
commit 00ce1d7ee6
2 changed files with 38 additions and 10 deletions

View File

@@ -66,6 +66,6 @@ namespace OpenRA.Server
// The protocol for server and world orders
// This applies after the handshake has completed, and is provided to support
// alternative server implementations that wish to support multiple versions in parallel
public const int Orders = 8;
public const int Orders = 9;
}
}