Skip to content

Commit

Permalink
Forgot to include this in ca00ca2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 5, 2021
1 parent 4ccdc17 commit 70f1a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wesnoth.cpp
Expand Up @@ -800,7 +800,7 @@ static int do_gameloop(const std::vector<std::string>& args)
plugins_manager plugins_man(new application_lua_kernel);

const plugins_context::reg_vec callbacks {
{"play_multiplayer", std::bind(&game_launcher::play_multiplayer, game.get(), game_launcher::MP_CONNECT)},
{"play_multiplayer", std::bind(&game_launcher::play_multiplayer, game.get(), game_launcher::mp_mode::CONNECT)},
};

const plugins_context::areg_vec accessors {
Expand Down

0 comments on commit 70f1a26

Please sign in to comment.