This commit is contained in:
2025-02-12 20:12:51 +09:00
parent 823af41ad4
commit 7b61c8b690

View File

@@ -103,7 +103,9 @@ local function miner_check(entity)
end end
--[[ --[[
entity.status ~= defines.entity_status.no_minable_resources if entity.status ~= defines.entity_status.no_minable_resources then
return
end
]] ]]
if check_entity(entity) then if check_entity(entity) then