From 2d6e142eb605834322d44c6e00aa51085837003e Mon Sep 17 00:00:00 2001 From: templeofshadow Date: Mon, 29 Jun 2026 19:53:51 -0500 Subject: [PATCH] remove unindexed thruster checking from mainloop for now --- main.lua | 5 ----- 1 file changed, 5 deletions(-) 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