killed InProcServer class; use ListenPort, ExternalPort, and GameName settings from settings.ini

This commit is contained in:
Chris Forbes
2010-03-13 12:46:19 +13:00
parent 8b80ae006a
commit be547479ce
3 changed files with 11 additions and 19 deletions

View File

@@ -44,6 +44,10 @@ namespace OpenRA.GameRules
public readonly string Replay = "";
public readonly string PlayerName = "";
public readonly string[] InitialMods = { "ra" };
public readonly string GameName = "OpenRA Game";
public readonly int ListenPort = 1234;
public readonly int ExternalPort = 1234;
// Gameplay options
// TODO: These need to die