Prevent game from starting with unavailable map
This commit is contained in:
committed by
Matthias Mailänder
parent
7f404f64a6
commit
43e0cca663
@@ -173,6 +173,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
|
||||
retry.OnClick = () =>
|
||||
{
|
||||
modData.MapCache.UpdateMaps();
|
||||
var (map, _) = getMap();
|
||||
if (map.Status == MapStatus.DownloadError)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user