[nether] Correct function's name

This commit is contained in:
LeMagnesium 2016-01-09 20:11:45 +01:00
parent 8d5bad4edf
commit e206f3bf09
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ function nether_port(player, pos)
set_portal(known_portals_u, pos.z,pos.x, pos.y)
pos.y = get_portal(known_portals_d, pos.z,pos.x) or portal_target+math.random(4)
player:moveto(pos)
player_to_nether(player, true)
nether.player_to_nether(player, true)
end
minetest.sound_play("nether_teleporter", {pos=pos})
return true