This commit is contained in:
2025-02-07 13:54:01 +09:00
parent e34b6682ed
commit 1daef1f216

View File

@@ -85,7 +85,7 @@ local function chest_check(entity)
end
end
if not check_entity(target) then
if check_entity(target) then
table.insert(miner_data.queue, { t = game.tick + 10, e = target })
end
end