[nether] Fix the function's name

This commit is contained in:
LeMagnesium 2016-01-10 20:23:48 +01:00
parent 08043f10c7
commit 75e84e1521
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ function nether_port(player, pos)
local meta = minetest.get_meta({x=pos.x, y=pos.y-1, z=pos.z})
if pos.y < nether.start then
set_portal(known_portals_d, pos.z,pos.x, pos.y)
player_from_nether(player)
nether.player_from_nether(player)
local my = tonumber(meta:get_string("y"))
local y = get_portal(known_portals_u, pos.z,pos.x)