From 0b95fcc282fb8cfdba7865bbd54c67aed20d56fc Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 9 Oct 2025 02:19:06 +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 9225ed1..4ca38ff 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -291,7 +291,7 @@ if settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and set gui_create(game.players[event.player_index]) if settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'SS' then - game.players[event.player_index].teleport({x=0, y=0}, storage.spaceship.surface.name) + game.players[event.player_index].teleport({x=0, y=0}, storage.phi_cl.spaceship.surface.name) end end)