Change master server url. Won't work until dns is set correctly.

This commit is contained in:
Paul Chote
2010-10-07 22:23:01 +13:00
parent 7426d47cd5
commit ad6481c8e8

View File

@@ -24,7 +24,7 @@ namespace OpenRA.GameRules
public int ListenPort = 1234;
public int ExternalPort = 1234;
public bool AdvertiseOnline = true;
public string MasterServer = "http://open-ra.org/master/";
public string MasterServer = "http://master.open-ra.org/";
public bool AllowCheats = false;
}