diff --git a/status_broadcast.lua b/status_broadcast.lua index 9e070ad..196cdac 100644 --- a/status_broadcast.lua +++ b/status_broadcast.lua @@ -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)