Fix crash when entering Nether portal in survival mode

This commit is contained in:
kay27 2021-03-22 03:07:06 +04:00 committed by Nils Dagsson Moskopp
parent 5b61c73c7a
commit f69e8943da
No known key found for this signature in database
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 1 deletions

View File

@ -732,7 +732,7 @@ local function teleport(obj, portal_pos)
return return
end end
minetest.after(TELEPORT_DELAY, teleport_no_delay, obj, portal_pos) minetest.after(DELAY, teleport_no_delay, obj, portal_pos)
end end
minetest.register_abm({ minetest.register_abm({