From 2a66db336a193a3d97ff62c244c601fd6cd6b607 Mon Sep 17 00:00:00 2001 From: Barinade Date: Sun, 15 Aug 2021 15:57:55 -0500 Subject: [PATCH] fix playeroptions going nowhere when it says it goes to gameplay this fix is wrong but it works 101% of the time --- Themes/_fallback/Scripts/02 OptionsMenu.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Themes/_fallback/Scripts/02 OptionsMenu.lua b/Themes/_fallback/Scripts/02 OptionsMenu.lua index 3d4befb6df..51baaefa2b 100644 --- a/Themes/_fallback/Scripts/02 OptionsMenu.lua +++ b/Themes/_fallback/Scripts/02 OptionsMenu.lua @@ -165,6 +165,7 @@ function PONextScreen() end, SaveSelections = function(self,list) local entnames = {"Main","Theme","Effect"} + SCREENMAN:GetTopScreen():SetNextScreenName(ToGameplay()) for i,v in ipairs(self.Values) do if list[i] and i > 1 then SCREENMAN:GetTopScreen():SetNextScreenName( "ScreenPlayerOptions" )