Add setting to check BotModule sync.

This commit is contained in:
Paul Chote
2018-12-23 22:53:30 +00:00
committed by reaperrr
parent 83e44bee66
commit 601990aa27
5 changed files with 40 additions and 13 deletions

View File

@@ -96,6 +96,7 @@ namespace OpenRA
public float LongTickThresholdMs = 1;
public bool SyncCheckUnsyncedCode = false;
public bool SyncCheckBotModuleCode = false;
public int Samples = 25;
public bool StrictActivityChecking = false;