diff --git a/stepmania/Themes/default/Scripts/Branches.lua b/stepmania/Themes/default/Scripts/Branches.lua index 0f7c6b1a85..1d124cd174 100644 --- a/stepmania/Themes/default/Scripts/Branches.lua +++ b/stepmania/Themes/default/Scripts/Branches.lua @@ -200,6 +200,7 @@ end function OptionsMenuAvailable() if GAMESTATE:IsAnExtraStage() then return false end + if GAMESTATE:GetPlayMode() == PLAY_MODE_ONI then return false end return true end