remove unindexed thruster checking from mainloop for now

This commit is contained in:
2026-06-29 19:53:51 -05:00
parent aff1a45a58
commit 2d6e142eb6

View File

@@ -1068,11 +1068,6 @@ function Main()
displayAutopilotControls(Config.Monitors.AutopilotControlMonitor, SensorData)
end
local unindexedThrusters = checkIfThrusterIsIndexed()
if unindexedThrusters ~= nil then
partiallyUpdateThrusters(unindexedThrusters)
end
local function getTerminateEvent()
local event, key, is_held = os.pullEventRaw("key")
if keys.getName(key) == "q" then