diff --git a/main.lua b/main.lua index c378f63..9ac52c6 100644 --- a/main.lua +++ b/main.lua @@ -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