random test 1 for velocity sensors not found error

This commit is contained in:
2026-06-27 18:00:08 -05:00
parent 14ba0ba5ab
commit 67c6916632

View File

@@ -486,7 +486,7 @@ function PollSensors()
end end
function PollVelocity() function PollVelocity()
local velSensors = { peripheral.find("velocity_sensor") } local velSensors = peripheral.find("velocity_sensor")
-- Velocity Sensors -- Velocity Sensors
VelocityVectors = {} VelocityVectors = {}