Revert accidental change from 1bfa170856 causing serious problems

This essentially somehow was making it so game mods couldn't be deselected.
This commit is contained in:
Charles Dang 2017-10-29 05:33:58 +11:00
parent e2b7b77adf
commit 8e5e911f67

View file

@ -473,8 +473,6 @@ static bool enter_lobby_mode(mp_workflow_helper_ptr helper, const std::vector<st
sound::stop_music();
}
helper->state.clear();
mp::lobby_info li(helper->game_config, installed_addons);
helper->lobby_info = &li;