Add to cnc, tidy up ingame menus

This commit is contained in:
alzeih
2010-07-25 19:14:29 +12:00
parent c749fcfce3
commit 10c7674433
5 changed files with 17 additions and 26 deletions

View File

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