iteration
This commit is contained in:
@ -24,7 +24,7 @@ data = {
|
||||
["hostname"] = hostname
|
||||
}
|
||||
|
||||
rednet.send(receiverID, textutils.serialize(data))
|
||||
rednet.send(receiverID, data)
|
||||
|
||||
while true do
|
||||
id, msg = rednet.receive()
|
||||
|
Reference in New Issue
Block a user