1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-22 03:07:40 +00:00

fix recorder

This commit is contained in:
kepler155c@gmail.com
2017-07-30 19:53:43 -04:00
parent be51935662
commit 982894a5f1
4 changed files with 30 additions and 35 deletions

View File

@@ -6,7 +6,7 @@ require = requireInjector(getfenv(1))
local GPS = require('gps')
function turtle.enableGPS(timeout)
if turtle.point.gps == 'GPS' then
if turtle.point.gps then
return turtle.point
end