test
This commit is contained in:
parent
13e1a5750a
commit
11ecdb960f
@ -13,7 +13,7 @@ for _, side in ipairs({"top", "bottom", "left", "right", "front", "back"}) do
|
|||||||
end
|
end
|
||||||
|
|
||||||
if not modemOpened then
|
if not modemOpened then
|
||||||
print("❌ No modem found. Aborting.")
|
print("No modem found. Aborting.")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ while true do
|
|||||||
id = id,
|
id = id,
|
||||||
label = label,
|
label = label,
|
||||||
status = status,
|
status = status,
|
||||||
time = os.clock()
|
time = os.time()
|
||||||
}
|
}
|
||||||
|
|
||||||
local serialized = textutils.serialize(msg)
|
local serialized = textutils.serialize(msg)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user