Set Allow Cheats on server creation

This commit is contained in:
alzeih
2010-07-26 21:55:29 +12:00
parent d9a423b596
commit 3f75e655ce
4 changed files with 24 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ namespace OpenRA.GameRules
public int ExternalPort = 1234;
public bool AdvertiseOnline = true;
public string MasterServer = "http://open-ra.org/master/";
public bool AllowCheats = false;
string SettingsFile;
UserSettings defaults;