Reject invalid orders from unvalidated clients.

This commit is contained in:
Paul Chote
2017-12-23 11:06:06 +00:00
committed by abcdefg30
parent e2f3989f46
commit 4c64a37e1d
2 changed files with 20 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ namespace OpenRA.Server
public int ExpectLength = 8;
public int Frame = 0;
public int MostRecentFrame = 0;
public bool Validated;
public long TimeSinceLastResponse { get { return Game.RunTime - lastReceivedTime; } }
public bool TimeoutMessageShown = false;