mirror of
https://github.com/kepler155c/opus
synced 2025-11-14 06:17:13 +00:00
fix recorder
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user