mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-14 06:45:06 +00:00
Fix crash when entering Nether portal in survival mode
This commit is contained in:
parent
5b61c73c7a
commit
f69e8943da
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue