From 01bbdc3a92ac3c28a237ab63a06af690a9c0858f Mon Sep 17 00:00:00 2001 From: osmarks Date: Sun, 6 May 2018 08:20:13 +0100 Subject: [PATCH] Make it really actually work --- util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.lua b/util.lua index 4083e8f..172d6f9 100644 --- a/util.lua +++ b/util.lua @@ -26,7 +26,7 @@ local function query(m) local resp repeat rednet.broadcast(m, "dragon") - _, msg = rednet.receive("dragon", 1) + _, resp = rednet.receive("dragon", 1) until resp and resp.msg and resp.uid == uid return resp.msg end