Unhardcode server ping/query URLs.

This commit is contained in:
Paul Chote
2017-12-26 14:09:24 +00:00
committed by reaperrr
parent 86a17e9260
commit e7ce9aa263
3 changed files with 5 additions and 4 deletions

View File

@@ -15,7 +15,8 @@ namespace OpenRA
{
public class WebServices : IGlobalModData
{
public readonly string ServerList = "http://master.openra.net/";
public readonly string ServerList = "http://master.openra.net/games";
public readonly string ServerAdvertise = "http://master.openra.net/ping";
public readonly string MapRepository = "http://resource.openra.net/map/";
public readonly string GameNews = "http://master.openra.net/gamenews";
}