1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-12 14:27:41 +00:00

sync module improvements

This commit is contained in:
kepler155c@gmail.com
2018-10-31 19:38:09 -04:00
parent 846569952c
commit 88f126bf2f
5 changed files with 53 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ _G.requireInjector(_ENV)
local Pathing = require('turtle.pathfind')
local GPS = require('gps')
local Point = require('point')
local synchronized = require('sync')
local synchronized = require('sync').sync
local Util = require('util')
local os = _G.os