iteration

This commit is contained in:
2023-10-07 23:40:52 -04:00
parent 56a425172a
commit e24d7f7a23
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ data = {
["hostname"] = hostname
}
rednet.send(receiverID, textutils.serialize(data))
rednet.send(receiverID, data)
while true do
id, msg = rednet.receive()