iteration

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

View File

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