This commit is contained in:
Auke Kok 2019-01-18 16:32:36 -08:00
parent 060ef9eecb
commit 827cfc565f

View File

@ -201,6 +201,7 @@ register_teleport("boxes:enter_teleport", {
return
elseif is_series == 2 then
print(dump(ranks))
if not ranks or not ranks.categories then
minetest.log("error", "ranks mod not found, can't use category teleport")
return true