We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6bc69 commit dbaf5eeCopy full SHA for dbaf5ee
parts/modes/c4wtrain_n.lua
@@ -11,7 +11,7 @@ return {
11
comp=function(a,b) return a[1]>b[1] or a[1]==b[1] and a[2]<b[2] end,
12
getRank=function(P)
13
local L=P.stat.row
14
- if L==100 then
+ if L>=100 then
15
local T=P.stat.time
16
return
17
T<=32 and 5 or
0 commit comments