From ab306e3456ae6dc0ca52df7ffa861189b8949744 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 10 Oct 2025 20:53:04 +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 6a94ddf..e18f59b 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -280,7 +280,7 @@ script.on_init(function() pf.hub.insert({name='space-platform-foundation', count=200}) pf.hub.insert({name='electric-furnace', count=4}) - game.surfaces[1].set_tiles({name='space-platform-foundation', position={0, 0}}) + game.surfaces[1].set_tiles({{name='space-platform-foundation', position={0, 0}}}) game.surfaces[1].map_gen_settings.width = 1 game.surfaces[1].map_gen_settings.height = 1