This commit is contained in:
2025-10-09 02:19:06 +09:00
parent e5dd24b4ce
commit 0b95fcc282

View File

@@ -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)