From 67c69166326194a71fdb24889a462a593361c6a8 Mon Sep 17 00:00:00 2001 From: templeofshadow Date: Sat, 27 Jun 2026 18:00:08 -0500 Subject: [PATCH] random test 1 for velocity sensors not found error --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}