From ad6481c8e89b437828e33aefbea4fbce384e638d Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Thu, 7 Oct 2010 22:23:01 +1300 Subject: [PATCH] Change master server url. Won't work until dns is set correctly. --- OpenRA.Game/GameRules/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }