iteration
This commit is contained in:
9
lns.lua
9
lns.lua
@ -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
|
Reference in New Issue
Block a user