forked from Mineclonia/Mineclonia
Fix crash when entering Nether portal in survival mode
This commit is contained in:
parent
5b61c73c7a
commit
f69e8943da
|
@ -732,7 +732,7 @@ local function teleport(obj, portal_pos)
|
|||
return
|
||||
end
|
||||
|
||||
minetest.after(TELEPORT_DELAY, teleport_no_delay, obj, portal_pos)
|
||||
minetest.after(DELAY, teleport_no_delay, obj, portal_pos)
|
||||
end
|
||||
|
||||
minetest.register_abm({
|
||||
|
|
Loading…
Reference in New Issue