iteration

This commit is contained in:
Layla 2023-10-07 23:38:28 -04:00
parent 695c2224a5
commit 56a425172a

View File

@ -20,8 +20,8 @@ current_time = os.time()
data = {
[action] = "register",
[hostname] = hostname
["action"] = "register",
["hostname"] = hostname
}
rednet.send(receiverID, textutils.serialize(data))