From abc6833517a0a8ee38aab3ab87c1a4ccf8e22192 Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Sat, 9 Jan 2016 20:11:45 +0100 Subject: [PATCH] [nether] Correct function's name --- nether/portal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nether/portal.lua b/nether/portal.lua index 857402c..eaa581c 100755 --- a/nether/portal.lua +++ b/nether/portal.lua @@ -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