From 3f5def2b6b6bb4623fa3f79f52b9175f832d5cd9 Mon Sep 17 00:00:00 2001 From: templeofshadow Date: Thu, 25 Jun 2026 14:34:58 -0500 Subject: [PATCH] i'm an idiot --- main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.lua b/main.lua index cb26784..e17f160 100644 --- a/main.lua +++ b/main.lua @@ -304,14 +304,14 @@ local function checkIfThrusterIsIndexed() for _, v in ipairs(ThrusterTypes) do local thrustersList = peripheral.find(v) if thrustersList then - table.insert(thrusters, peripheral.find(v)) + table.insert(thrusters, thrustersList) end end for _, v in ipairs(PropellerTypes) do local thrustersList = peripheral.find(v) if thrustersList then - table.insert(thrusters, peripheral.find(v)) + table.insert(thrusters, thrustersList) end end