Remember the last map. Disable the server desc and password fields. Draw the chat entry box on top of the display box.

This commit is contained in:
Paul Chote
2011-05-08 17:01:12 +12:00
parent 805f61cc4b
commit fdf9927854
5 changed files with 29 additions and 19 deletions

View File

@@ -27,6 +27,7 @@ namespace OpenRA.GameRules
public bool AdvertiseOnline = true;
public string MasterServer = "http://master.open-ra.org/";
public bool AllowCheats = false;
public string LastMap = null;
}
public class DebugSettings