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
|
||||
|
||||
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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user