8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
_G.requireInjector(_ENV)
|
|
local config = require('opus.config').load('gps')
|
|
if config.home then
|
|
if turtle.enableGPS() then
|
|
return turtle.pathfind(config.home)
|
|
end
|
|
end
|