diff --git a/main.lua b/main.lua index 1a64654..3c94e9e 100644 --- a/main.lua +++ b/main.lua @@ -568,12 +568,12 @@ function PollVelocity() VelocityVectors[vsAxis] = vsVelocity SensorData.Velocity.Raw = VelocityVectors - - if Config.Debug then - print("DEBUG: PollVelocity fetched sensor data: "..tableToString(SensorData.Velocity)) - end end + + if Config.Debug then + print("DEBUG: PollVelocity fetched sensor data: "..tableToString(SensorData.Velocity)) + end else if Config.Debug then print("DEBUG: No velocity sensors found.")