This commit is contained in:
2025-06-27 13:59:38 +01:00
parent 13e1a5750a
commit 11ecdb960f
+2 -2
View File
@@ -13,7 +13,7 @@ for _, side in ipairs({"top", "bottom", "left", "right", "front", "back"}) do
end
if not modemOpened then
print("No modem found. Aborting.")
print("No modem found. Aborting.")
return
end
@@ -28,7 +28,7 @@ while true do
id = id,
label = label,
status = status,
time = os.clock()
time = os.time()
}
local serialized = textutils.serialize(msg)