autotool: fix (this cheat is always broken)
This commit is contained in:
parent
9bee7db1c3
commit
135fc77230
@ -60,7 +60,7 @@ local function check_tool(stack, node_groups, old_best_time)
|
||||
local level = node_groups[group]
|
||||
if level then
|
||||
local this_time = groupdef.times[level]
|
||||
if this_time < best_time then
|
||||
if this_time and this_time < best_time then
|
||||
best_time = this_time
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user