i'm an idiot
This commit is contained in:
4
main.lua
4
main.lua
@@ -304,14 +304,14 @@ local function checkIfThrusterIsIndexed()
|
|||||||
for _, v in ipairs(ThrusterTypes) do
|
for _, v in ipairs(ThrusterTypes) do
|
||||||
local thrustersList = peripheral.find(v)
|
local thrustersList = peripheral.find(v)
|
||||||
if thrustersList then
|
if thrustersList then
|
||||||
table.insert(thrusters, peripheral.find(v))
|
table.insert(thrusters, thrustersList)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
for _, v in ipairs(PropellerTypes) do
|
for _, v in ipairs(PropellerTypes) do
|
||||||
local thrustersList = peripheral.find(v)
|
local thrustersList = peripheral.find(v)
|
||||||
if thrustersList then
|
if thrustersList then
|
||||||
table.insert(thrusters, peripheral.find(v))
|
table.insert(thrusters, thrustersList)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user