diff --git a/src/gui/dialogs/multiplayer/mp_join_game.cpp b/src/gui/dialogs/multiplayer/mp_join_game.cpp index ce8cd9ae0e1..ca5e1f159d2 100644 --- a/src/gui/dialogs/multiplayer/mp_join_game.cpp +++ b/src/gui/dialogs/multiplayer/mp_join_game.cpp @@ -69,6 +69,7 @@ mp_join_game::mp_join_game(saved_game& state, wesnothd_connection& connection, c , flg_dialog_(nullptr) { set_show_even_without_video(true); + set_allow_plugin_skip(false); } mp_join_game::~mp_join_game()