diff --git a/Themes/_fallback/Scripts/02 Branches.lua b/Themes/_fallback/Scripts/02 Branches.lua index c323580100..43bc74b663 100644 --- a/Themes/_fallback/Scripts/02 Branches.lua +++ b/Themes/_fallback/Scripts/02 Branches.lua @@ -122,13 +122,14 @@ Branch = { local restricted = { "PlayMode_Oni", "PlayMode_Rave", --"PlayMode_Battle" -- ?? }; + local optionsScreen = "ScreenPlayerOptions" for i=1,#restricted do if restricted[i] == pm then - return "ScreenPlayerOptionsRestricted" + optionsScreen = "ScreenPlayerOptionsRestricted" end; end if SCREENMAN:GetTopScreen():GetGoToOptions() then - return "ScreenPlayerOptions"; + return optionsScreen; else return "ScreenStageInformation"; end