From beadf8bed4a0ea9d6a721b156f09c2732e22c539 Mon Sep 17 00:00:00 2001 From: osmarks Date: Fri, 27 Jul 2018 09:41:13 +0100 Subject: [PATCH] Fix typo --- lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.lua b/lib.lua index fedcd8b..fdd1fb5 100644 --- a/lib.lua +++ b/lib.lua @@ -133,7 +133,7 @@ local function query_by_ID(ID, request, tries) local result, tries repeat - rednet.send(id, request_object, protocol) + rednet.send(ID, request_object, protocol) _, result = rednet.receive(protocol, 1) sleep(1) until result ~= nil or tries >= max_tries