autotool: fix (this cheat is always broken)

wsc-master
cron 2021-01-10 17:58:08 +00:00
parent f09a9a5339
commit 2c68047fbf
1 changed files with 1 additions and 1 deletions

View File

@ -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