Debugging crashes.

This commit is contained in:
Auke Kok 2019-01-18 16:15:11 -08:00
parent b75a8b9ee6
commit 060ef9eecb

View File

@ -207,6 +207,7 @@ register_teleport("boxes:enter_teleport", {
end end
-- get the list of boxes for category (id) -- get the list of boxes for category (id)
print(dump(ranks.categories))
local catboxes = ranks.categories[tostring(id)] local catboxes = ranks.categories[tostring(id)]
print(dump(catboxes)) print(dump(catboxes))