1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-25 03:24:56 +00:00

network group wip + virtual dirs + better trust

This commit is contained in:
kepler155c@gmail.com
2019-04-08 09:30:47 -04:00
parent 9413785248
commit 70733ab4f2
8 changed files with 92 additions and 31 deletions

View File

@@ -141,6 +141,7 @@ local function sendInfo()
infoTimer = os.clock()
info.label = os.getComputerLabel()
info.uptime = math.floor(os.clock())
info.group = network.getGroup()
if turtle then
info.fuel = turtle.getFuelLevel()
info.status = turtle.getStatus()