diff --git a/game/src/mod_menu.rpy b/game/src/mod_menu.rpy index 3180fbcf..f40fe0f5 100644 --- a/game/src/mod_menu.rpy +++ b/game/src/mod_menu.rpy @@ -67,7 +67,7 @@ screen mod_menu(): #buttons are messed up but that's ok use mod_menu_button("gui/button/menubuttons/template_idle.png", "Return", ShowMenu("main_menu")) - if len(mod_menu_access) is not 0: + if len(mod_menu_access) != 0: use mod_menu_buttons("gui/button/menubuttons/template_idle.png", mod_menu_access ) else: use mod_menu_button("gui/button/menubuttons/template_idle.png", "You have no mods", None)