Add a "Game Name" textfield to server creation

This commit is contained in:
Paul Chote
2010-07-11 00:04:42 +12:00
parent 3296cc2ec1
commit b6fc28023d
3 changed files with 28 additions and 14 deletions

View File

@@ -54,7 +54,6 @@ namespace OpenRA.GameRules
public string PlayerName = null;
public readonly string[] InitialMods = { "ra" };
public readonly string GameName = "OpenRA Game";
public readonly int ListenPort = 1234;
public readonly int ExternalPort = 1234;
public readonly bool InternetServer = true;