From ebeb9155c70d2348e538e8d6bcbf5551e61bf1bf Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 9 Oct 2025 02:21:21 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 4ca38ff..28ab975 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -265,9 +265,7 @@ script.on_init(function() end if not storage.phi_cl.spaceship then - storage.phi_cl.spaceship = { - hub = pf - } + storage.phi_cl.spaceship = pf end end end)