Merge pull request #5780 from Mailaender/master.openra.net

Changed master server URL to openra.net subdomain
This commit is contained in:
Igor Popov
2014-06-30 19:32:08 +04:00

View File

@@ -24,7 +24,7 @@ namespace OpenRA
public int ExternalPort = 1234;
public bool AdvertiseOnline = true;
public string Password = "";
public string MasterServer = "http://master.open-ra.org/";
public string MasterServer = "http://master.openra.net/";
public bool DiscoverNatDevices = false; // Allow users to disable NAT discovery if problems occur
public bool AllowPortForward = true; // let the user disable it even if compatible devices are found
public bool NatDeviceAvailable = false; // internal check if discovery succeeded