1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Invert condition

This commit is contained in:
Russel Delainey 2019-06-04 15:30:14 -06:00
parent c501c9ca85
commit 4538af4152

View File

@ -37,7 +37,7 @@ local function biter_died(event)
}
-- More than the desired number of corpses?
if not (surface.count_entities_filtered(filter) > biter_utils_conf.corpse_threshold) then
if surface.count_entities_filtered(filter) <= biter_utils_conf.corpse_threshold then
return
end