turtle gps rework

This commit is contained in:
kepler155c@gmail.com
2019-02-22 03:53:40 -05:00
parent 70a3bd1166
commit f37dac0c79
11 changed files with 195 additions and 139 deletions

View File

@@ -72,6 +72,9 @@ local function getNextPoint(member)
chunkIndex = chunkIndex + 1
while paused do
if abort then
return
end
os.sleep(3)
end