diff --git a/stepmania/Themes/default/Scripts/Branches.lua b/stepmania/Themes/default/Scripts/Branches.lua index 20e7c0f5f9..4a1d3f68d0 100644 --- a/stepmania/Themes/default/Scripts/Branches.lua +++ b/stepmania/Themes/default/Scripts/Branches.lua @@ -183,7 +183,7 @@ local function ShowScreenInstructions() return true end - for pn = PLAYER_1,NUM_PLAYERS-1 do + for _,pn in ipairs(PlayerNumber) do if DifficultyIndex[GAMESTATE:GetPreferredDifficulty(pn)] <= DifficultyIndex["Difficulty_Easy"] then return true end