apply fix by boskid

This commit is contained in:
Joey De Pauw 2021-02-05 18:57:31 +01:00
parent d92ed1e91e
commit e7f576a1b3
2 changed files with 2 additions and 1 deletions

View File

@ -566,6 +566,7 @@ script.on_load(load)
function init()
-- gather all filters on every surface
air_filtered_chunks = {}
global.air_filtered_chunks_map = {}
for _, surface in pairs(game.surfaces) do
local filters = surface.find_entities_filtered {

View File

@ -1,6 +1,6 @@
{
"name": "better-air-filtering",
"version": "0.3.1",
"version": "0.3.2",
"title": "Better Air Filtering",
"author": "Joey De Pauw",
"contact": "joeydepauw@gmail.com",