Move order latency control to the server.

This commit is contained in:
Paul Chote
2021-09-02 22:08:28 +01:00
committed by abcdefg30
parent 6421c17515
commit 8f412f869d
9 changed files with 120 additions and 45 deletions

View File

@@ -124,6 +124,8 @@ namespace OpenRA.Network
ordersFrame = orderLatency;
}
void IConnection.StartGame() { }
// Do nothing: ignore locally generated orders
void IConnection.Send(int frame, IEnumerable<Order> orders) { }
void IConnection.SendImmediate(IEnumerable<Order> orders) { }