diff --git a/Themes/_fallback/Scripts/02 Branches.lua b/Themes/_fallback/Scripts/02 Branches.lua index 2015a8432f..24383497b2 100644 --- a/Themes/_fallback/Scripts/02 Branches.lua +++ b/Themes/_fallback/Scripts/02 Branches.lua @@ -32,9 +32,7 @@ function IsRoutine() end Branch = { - Init = function() - return "ScreenInit" - end, + Init = function() return "ScreenInit" end, AfterInit = function() if GAMESTATE:GetCoinMode() == 'CoinMode_Home' then return Branch.TitleMenu()