Change master server url. Won't work until dns is set correctly.
This commit is contained in:
@@ -24,7 +24,7 @@ namespace OpenRA.GameRules
|
|||||||
public int ListenPort = 1234;
|
public int ListenPort = 1234;
|
||||||
public int ExternalPort = 1234;
|
public int ExternalPort = 1234;
|
||||||
public bool AdvertiseOnline = true;
|
public bool AdvertiseOnline = true;
|
||||||
public string MasterServer = "http://open-ra.org/master/";
|
public string MasterServer = "http://master.open-ra.org/";
|
||||||
public bool AllowCheats = false;
|
public bool AllowCheats = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user