Files
airship-autopilot/files/autopilot/stabilizev2.lua

6 lines
249 B
Lua
Raw Normal View History

-- stabilizev2.lua -- lowercase alias for stabilizeV2 (CC is case-sensitive on Linux).
-- Forwards all args to the real launcher so either case works.
local args = { ... }
local unpack = table.unpack or unpack
shell.run("stabilizeV2", unpack(args))