Skip to content

Commit

Permalink
fix text in dig quad 10l (#1103)
Browse files Browse the repository at this point in the history
fix #1102
  • Loading branch information
ImpleLee authored Apr 23, 2024
1 parent 9d3aeeb commit 7719b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/modes/dig_quad_10l.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ return {
end,
},
score=function(P) return {P.stat.dig_quad,P.stat.time} end,
scoreDisp=function(D) return D[1].." Techrash "..STRING.time(D[2]) end,
scoreDisp=function(D) return D[1].." Lines "..STRING.time(D[2]) end,
comp=function(a,b) return a[1]>b[1] or a[1]==b[1] and a[2]<b[2] end,
getRank=function(P)
local dig=P.stat.dig_quad
Expand Down

0 comments on commit 7719b74

Please sign in to comment.