diff --git a/OpenRA.Game/GameRules/Settings.cs b/OpenRA.Game/GameRules/Settings.cs index 85b27125e5..07bc8eb400 100755 --- a/OpenRA.Game/GameRules/Settings.cs +++ b/OpenRA.Game/GameRules/Settings.cs @@ -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; }