This commit is contained in:
Auke Kok 2019-01-18 16:05:31 -08:00
parent 06c900120e
commit e3c5033a57

View File

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