mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 23:44:17 +00:00
Forgot to include this in d88f591eb597
This commit is contained in:
parent
d88f591eb5
commit
de8a4270a4
@ -1067,6 +1067,7 @@ const mp_game_settings& create_engine::get_parameters()
|
||||
|
||||
int era_index = current_level().allow_era_choice() ? current_era_index_ : 0;
|
||||
state_.mp_settings().mp_era = eras_[era_index]->id;
|
||||
state_.mp_settings().mp_era_addon_id = (*eras_[era_index]->cfg)["addon_id"].str();
|
||||
|
||||
return state_.mp_settings();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user