random test 1 for velocity sensors not found error
This commit is contained in:
2
main.lua
2
main.lua
@@ -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 = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user