finder
This commit is contained in:
@@ -144,7 +144,7 @@ local function run(member)
|
|||||||
if Util.size(found) > 0 then
|
if Util.size(found) > 0 then
|
||||||
paused = true
|
paused = true
|
||||||
print('found spawner')
|
print('found spawner')
|
||||||
local b = next(found)
|
local _, b = next(found)
|
||||||
print(string.format('%s:%s:%s'), b.x, b.y, b.z)
|
print(string.format('%s:%s:%s'), b.x, b.y, b.z)
|
||||||
print('press r to continue')
|
print('press r to continue')
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user