7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
local config = require('opus.config').load('gps')
|
|
if config.home then
|
|
if turtle.enableGPS() then
|
|
return turtle.pathfind(config.home)
|
|
end
|
|
end
|