fix debug scores not returning after the menu updates
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-10-11 18:25:54 -05:00
parent b86f91e423
commit 83d3c129fa

View File

@ -905,7 +905,7 @@ screen preferences():
textbutton _("Enable Chapter Select") action ToggleVariable("persistent.enable_chapter_select", True, False)
if not main_menu:
if config.developer and persistent.enable_debug_scores:
if persistent.enable_debug_scores:
$ debug_story_variables(False)
$ debug_story_variables(True)
else: