diff --git a/Themes/_fallback/Scripts/02 Branches.lua b/Themes/_fallback/Scripts/02 Branches.lua index f10f448946..f4b1a09950 100644 --- a/Themes/_fallback/Scripts/02 Branches.lua +++ b/Themes/_fallback/Scripts/02 Branches.lua @@ -33,11 +33,7 @@ end Branch = { Init = function() - if GAMESTATE:GetCoinMode() == 'CoinMode_Home' then - return "ScreenInit" - else - return "ScreenInit" - end + return "ScreenInit" end, AfterInit = function() if GAMESTATE:GetCoinMode() == 'CoinMode_Home' then