Use a shared url for news updates. Fixes #5603.

This commit is contained in:
Paul Chote
2014-07-07 21:48:07 +12:00
parent 6ad5c99815
commit c352ff644f
7 changed files with 3 additions and 14 deletions

View File

@@ -141,6 +141,7 @@ namespace OpenRA
public string MapRepository = "http://resource.openra.net/map/";
public bool FetchNews = true;
public string NewsUrl = "http://www.openra.net/gamenews";
public DateTime NewsFetchedDate;
}