Persist server settings

This commit is contained in:
Paul Chote
2010-07-11 12:23:24 +12:00
parent 96c80f357c
commit 424aa5c2d2
2 changed files with 11 additions and 11 deletions

View File

@@ -54,9 +54,10 @@ namespace OpenRA.GameRules
public string[] InitialMods = { "ra" };
// Server settings
public string LastServerTitle = "OpenRA Game";
public int ListenPort = 1234;
public int ExternalPort = 1234;
public bool InternetServer = true;
public bool AdvertiseOnline = true;
public string MasterServer = "http://open-ra.org/master/";
string SettingsFile;