This commit is contained in:
kepler155c@gmail.com
2019-02-16 05:01:17 -05:00
parent d81ca1c10d
commit f5d2c0e527

View File

@@ -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