MP Create: fix combo options not showing
This commit is contained in:
parent
b2f78104e6
commit
aa1575f997
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue