DifficultyDisplay finally works right.
This commit is contained in:
@@ -48,9 +48,12 @@ for idx,diff in pairs(Difficulty) do
|
|||||||
local steps = song:GetOneSteps( st, diff );
|
local steps = song:GetOneSteps( st, diff );
|
||||||
if steps then
|
if steps then
|
||||||
meter = steps:GetMeter();
|
meter = steps:GetMeter();
|
||||||
|
append = ""
|
||||||
--
|
--
|
||||||
if diff == 'Difficulty_Edit' then
|
if diff == 'Difficulty_Edit' then
|
||||||
meter = GetEdits( song, st ) .. ' Edit';
|
meter = GetEdits( song, st );
|
||||||
|
append = ( GetEdits( song, st ) > 1 ) and "Edits" or "Edit"
|
||||||
|
meter = meter .. " " .. append
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user