Skip to content

Commit

Permalink
Fixup ef5296f
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 9, 2021
1 parent 6ed4900 commit b466230
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/test_mp_connect.cpp
Expand Up @@ -53,8 +53,7 @@ struct mp_connect_fixture {
hotkey_manager(),
config_manager()
{

config_manager.reset(new game_config_manager(cmdline_opts, false));
config_manager.reset(new game_config_manager(cmdline_opts));
config_manager->init_game_config(game_config_manager::NO_FORCE_RELOAD);

state.reset(new saved_game());
Expand Down

0 comments on commit b466230

Please sign in to comment.