make StepsOrTrailToColor actually return something instead of doing nothing
This commit is contained in:
@@ -204,7 +204,7 @@ function CustomDifficultyToLightColor( sCustomDifficulty )
|
|||||||
end
|
end
|
||||||
|
|
||||||
function StepsOrTrailToColor(StepsOrTrail)
|
function StepsOrTrailToColor(StepsOrTrail)
|
||||||
CustomDifficultyToColor( StepsOrTrailToCustomDifficulty(stepsOrTrail) );
|
return CustomDifficultyToColor( StepsOrTrailToCustomDifficulty(stepsOrTrail) );
|
||||||
end
|
end
|
||||||
|
|
||||||
function StageToColor( stage )
|
function StageToColor( stage )
|
||||||
|
|||||||
Reference in New Issue
Block a user