AllowCheats

This commit is contained in:
alzeih
2010-07-24 17:57:54 +12:00
parent 2d916e60d9
commit 3b72af2e9b
5 changed files with 16 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ namespace OpenRA.FileFormats
public int OrderLatency = 3;
public int RandomSeed = 0;
public bool LockTeams = false; // don't allow team changes after game start.
public bool AllowCheats = false;
}
}