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

@@ -162,6 +162,7 @@ namespace OpenRA
CurrentPort = port;
orderManager = new OrderManager(new NetworkConnection(host, port), ChooseReplayFilename());
Game.Settings.DeveloperMode = LobbyInfo.GlobalSettings.AllowCheats;
}
static string ChooseReplayFilename()