This commit is contained in:
Laurie Fisher 2025-06-27 13:59:38 +01:00
parent 13e1a5750a
commit 11ecdb960f
Signed by: PinkEyedOrphan
GPG Key ID: 7F827B68147AEE76

View File

@ -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)