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