diff --git a/Themes/_fallback/Scripts/02 Colors.lua b/Themes/_fallback/Scripts/02 Colors.lua index 3837b298ab..b841d5a39d 100644 --- a/Themes/_fallback/Scripts/02 Colors.lua +++ b/Themes/_fallback/Scripts/02 Colors.lua @@ -204,7 +204,7 @@ function CustomDifficultyToLightColor( sCustomDifficulty ) end function StepsOrTrailToColor(StepsOrTrail) - CustomDifficultyToColor( StepsOrTrailToCustomDifficulty(stepsOrTrail) ); + return CustomDifficultyToColor( StepsOrTrailToCustomDifficulty(stepsOrTrail) ); end function StageToColor( stage )