From a508fbad58f4f41a7cee8085a5be88d9d22c1135 Mon Sep 17 00:00:00 2001 From: templeofshadow Date: Mon, 29 Jun 2026 20:31:33 -0500 Subject: [PATCH] added a break in populateThrusterValues to break out of loop when transmission is found --- main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/main.lua b/main.lua index 891843f..1c6954e 100644 --- a/main.lua +++ b/main.lua @@ -394,6 +394,7 @@ local function populateThrusterValues() if transmission.getSelfId() == subnetworkId then if Config.Debug then print("DEBUG: Detected that thruster "..thruster.name.." is connected to transmission "..peripheral.getName(transmission)) end thruster.transmission = peripheral.getName(transmission) + break elseif Config.Debug then print("DEBUG: Comparison inequal") end