From 468d4758d632a4f228e6b372fa4908da01effa44 Mon Sep 17 00:00:00 2001 From: Innovation Inc Date: Wed, 6 Jan 2021 03:02:04 -0600 Subject: [PATCH] Update drone.lua --- drone.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone.lua b/drone.lua index 566bb9d..e67068f 100644 --- a/drone.lua +++ b/drone.lua @@ -51,7 +51,7 @@ while true do if cmd == "gos" then -- Get OffSet t.send(d.name(),"gos",d.getOffset()) end - if cmd == "gve" then - Get VElocity + if cmd == "gve" then -- Get VElocity t.send(d.name(),"gv",d.getVelocity()) end if cmd == "gmv" then -- Get Max Velocity