MP Join Game: proceed to game anyway if faction select dialog was dismissed

This makes more sense. The previous behavior seemed unintuitive. If a player then wants
to leave, they can subsequently.
This commit is contained in:
Charles Dang 2018-01-28 22:19:34 +11:00
parent e52bd6eba7
commit b0bb9d94f0

View file

@ -219,7 +219,7 @@ bool mp_join_game::fetch_game_config()
dlg.show();
if(dlg.get_retval() != gui2::window::OK) {
return false;
return true;
}
config faction;