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)