Skip to content

Commit

Permalink
fix description crash
Browse files Browse the repository at this point in the history
  • Loading branch information
EphDoering committed Aug 10, 2024
1 parent 40822d2 commit 213c66c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions map_gen_setting_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,11 @@ def launch_new(*args):


sub_preset = {
"_desc_for_presets": get_preset_desc,
get_presets: {select_preset_name: select_preset, ("gui-map-generator.next",): menu},
get_presets: {
"_desc": get_preset_desc,
select_preset_name: select_preset,
("gui-map-generator.next",): menu,
},
}


Expand Down

0 comments on commit 213c66c

Please sign in to comment.