Attempt to fix non-required era being flagged for download
See #2747.
(cherry-picked from commit ab54b62553
)
This commit is contained in:
parent
2a6d9454de
commit
3b3887d2e9
1 changed files with 3 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue