Don't reset timeout if already dropped
This commit is contained in:
parent
cf4842e124
commit
55d0bff81c
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ local function mainLoop(_M, genome)
|
||||||
end
|
end
|
||||||
|
|
||||||
local fell = game.fell()
|
local fell = game.fell()
|
||||||
if fell then
|
if fell and _M.timeout > 0 then
|
||||||
_M.timeout = 0
|
_M.timeout = 0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue