Display information banners in the MP server browser.

Notices are provided for outdated / unknown mod versions
and latest but playtest available.
This commit is contained in:
Paul Chote
2017-12-26 14:52:37 +00:00
committed by reaperrr
parent e7ce9aa263
commit 27beed402f
4 changed files with 120 additions and 1 deletions

View File

@@ -19,5 +19,6 @@ namespace OpenRA
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";
public readonly string MPNotices = "http://master.openra.net/notices";
}
}