diff --git a/game/src/mod_menu.rpy b/game/src/mod_menu.rpy index 431d30b..0344d70 100644 --- a/game/src/mod_menu.rpy +++ b/game/src/mod_menu.rpy @@ -897,8 +897,6 @@ screen mod_menu(): key ["any_K_BACKSPACE"] action SetScreenVariable("mod_metadata", {}) # Displays the mod metadata on the left side - # This has two seperate viewports for error display because renpy is retarded - $ needs_android_buttons = renpy.variant(["mobile", "steam_deck"]) and (mod_metadata.get("Label") != None or (mod_metadata != {} and len(mod_menu_errorcodes) != 0)) vbox: style_prefix "mod_menu"