diff --git a/stepmania/Themes/default/Scripts/Branches.lua b/stepmania/Themes/default/Scripts/Branches.lua index 7738d499bc..d596dc75d7 100644 --- a/stepmania/Themes/default/Scripts/Branches.lua +++ b/stepmania/Themes/default/Scripts/Branches.lua @@ -1,6 +1,6 @@ function ScreenTitleBranch() -- Don't show the title menu (says "Press Start") if there are 0 credits - -- and inserted and CoinMode is pay. + -- inserted and CoinMode is pay. if GAMESTATE:GetCoinsNeededToJoin() > GAMESTATE:GetCoins() then return THEME:GetMetric( "Common", "InitialScreen" ) end