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