From 3d51bae4a625dd9c51405186cf9539fbe451035d Mon Sep 17 00:00:00 2001 From: Map Date: Mon, 7 Oct 2024 20:14:54 -0500 Subject: [PATCH] remove comment that no longer applies in mod menu --- game/src/mod_menu.rpy | 2 -- 1 file changed, 2 deletions(-) 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"