From f5d2c0e5277c0b5a2b1d039da0dfaf66b1a7ceeb Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sat, 16 Feb 2019 05:01:17 -0500 Subject: [PATCH] finder --- miners/findSwarm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miners/findSwarm.lua b/miners/findSwarm.lua index 9ff96e1..bd143c3 100644 --- a/miners/findSwarm.lua +++ b/miners/findSwarm.lua @@ -144,7 +144,7 @@ local function run(member) if Util.size(found) > 0 then paused = true print('found spawner') - local b = next(found) + local _, b = next(found) print(string.format('%s:%s:%s'), b.x, b.y, b.z) print('press r to continue') end