mp_join_game should not be skippable

This commit is contained in:
Celtic Minstrel 2024-09-15 19:41:12 -04:00
parent 083c49f916
commit 87b6cf80e8

View file

@ -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()