From a428467457b2981afca1c9663ef93d34fcb27cf1 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 9 Oct 2025 18:27:24 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index ff98b4e..9d230eb 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -272,7 +272,7 @@ script.on_init(function() end end - pf.surface.set_tiles{tiles=tiles, remove_colliding_entities=false} + pf.surface.set_tiles(tiles) pf.surface.create_entity{name='substation', position={-1, 6}} if not storage.phi_cl.spaceship then