iteration

This commit is contained in:
Layla 2023-10-08 01:26:35 -04:00
parent 14b8fc2cb6
commit 00cb10d9f5

View File

@ -58,11 +58,6 @@ if action == "lookup" then
end
elseif action == "clear" then
local data = {
["action"] = "reload"
}
lns_server_id = rednet.lookup("lns", lns_server)
rednet.send(lns_server_id, data)
print("Reloaded LNS Server")
cache = {}
print("Cleared cache!")
end