Attempt to fix non-required era being flagged for download

See #2747.

(cherry-picked from commit ab54b62553)
This commit is contained in:
Charles Dang 2018-04-15 02:02:14 +11:00
parent 2a6d9454de
commit 3b3887d2e9

View file

@ -265,7 +265,9 @@ game_info::game_info(const config& game, const config& game_config, const std::v
era_short = make_short_name(era);
verified = false;
addons_outcome = NEED_DOWNLOAD;
if(!have_era) {
addons_outcome = NEED_DOWNLOAD;
}
}
} else {
era = _("Unknown era");