diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/screens.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/screens.rpy b/game/screens.rpy index 6c34baa..33b4392 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -351,7 +351,7 @@ screen navigation(): if _in_replay: textbutton _("End Replay") action EndReplay(confirm=True) - elif not main_menu: + elif not main_menu and (debug or config.developer): textbutton _("Main Menu") action SpheresMainMenu() textbutton _("About") action ShowMenu("about") |