mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
fix debug scores not returning after the menu updates
This commit is contained in:
parent
b86f91e423
commit
83d3c129fa
1 changed files with 1 additions and 1 deletions
|
@ -905,7 +905,7 @@ screen preferences():
|
||||||
textbutton _("Enable Chapter Select") action ToggleVariable("persistent.enable_chapter_select", True, False)
|
textbutton _("Enable Chapter Select") action ToggleVariable("persistent.enable_chapter_select", True, False)
|
||||||
|
|
||||||
if not main_menu:
|
if not main_menu:
|
||||||
if config.developer and persistent.enable_debug_scores:
|
if persistent.enable_debug_scores:
|
||||||
$ debug_story_variables(False)
|
$ debug_story_variables(False)
|
||||||
$ debug_story_variables(True)
|
$ debug_story_variables(True)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue