mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
Invert condition
This commit is contained in:
parent
c501c9ca85
commit
4538af4152
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user