Always check if activity state is Done.

This commit is contained in:
tovl
2019-05-12 19:11:34 +02:00
committed by teinarss
parent 714b09ac4f
commit 09c1611239
5 changed files with 5 additions and 30 deletions

View File

@@ -128,9 +128,6 @@ namespace OpenRA
[Desc("Throw an exception if the world sync hash changes while evaluating BotModules.")]
public bool SyncCheckBotModuleCode = false;
[Desc("Throw an exception if an actor activity is ticked after it has been marked as completed.")]
public bool StrictActivityChecking = false;
}
public class GraphicSettings