From 55d0bff81cc0f32fd2447cfad20ae7c95bd731dc Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Thu, 6 May 2021 05:05:25 -0400 Subject: [PATCH] Don't reset timeout if already dropped --- runner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner.lua b/runner.lua index b371d73..1027c1b 100644 --- a/runner.lua +++ b/runner.lua @@ -566,7 +566,7 @@ local function mainLoop(_M, genome) end local fell = game.fell() - if fell then + if fell and _M.timeout > 0 then _M.timeout = 0 end