allow custom masterserver URL

This commit is contained in:
Chris Forbes
2010-03-15 15:49:42 +13:00
parent fd23407792
commit 845bbf0f39
3 changed files with 6 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ namespace OpenRA.GameRules
public readonly int ListenPort = 1234;
public readonly int ExternalPort = 1234;
public readonly bool InternetServer = true;
public readonly string MasterServer = "http://open-ra.org/master/";
// Gameplay options
// TODO: These need to die