From 00cb10d9f5991a10d21f971edf3d9cb402124a71 Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Sun, 8 Oct 2023 01:26:35 -0400 Subject: [PATCH] iteration --- lns.lua | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/lns.lua b/lns.lua index c3d5965..b8e8a00 100644 --- a/lns.lua +++ b/lns.lua @@ -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 \ No newline at end of file