diff --git a/main.lua b/main.lua index f8d263b..1c62c0e 100644 --- a/main.lua +++ b/main.lua @@ -486,7 +486,7 @@ function PollSensors() end function PollVelocity() - local velSensors = { peripheral.find("velocity_sensor") } + local velSensors = peripheral.find("velocity_sensor") -- Velocity Sensors VelocityVectors = {}