MP Create: fix combo options not showing

This commit is contained in:
Charles Dang 2016-08-18 02:03:47 +11:00
parent b2f78104e6
commit aa1575f997

View file

@ -389,7 +389,7 @@ void tmp_create_game::display_custom_options(ttree_view& tree, std::string&& typ
combo_values.push_back(item["value"]);
}
if(!combo_items.empty()) {
if(combo_items.empty()) {
continue;
}