Prevent immediate orders from being sent as regular orders

This commit is contained in:
jrb0001
2019-01-11 22:03:27 +01:00
committed by reaperrr
parent 55aa346ad7
commit f3133617dd
3 changed files with 11 additions and 8 deletions

View File

@@ -125,7 +125,7 @@ namespace OpenRA.Network
// Do nothing: ignore locally generated orders
public void Send(int frame, List<byte[]> orders) { }
public void SendImmediate(List<byte[]> orders) { }
public void SendImmediate(IEnumerable<byte[]> orders) { }
public void SendSync(int frame, byte[] syncData)
{