Fix constant name for survival mode in portals branch

This commit is contained in:
kay27 2021-03-22 03:07:06 +04:00
parent e5ccf63d7e
commit 273aeaffd2
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,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({