From 9fdf469de220bb6d74780ac53775e170a9ba1f98 Mon Sep 17 00:00:00 2001 From: crabman77 Date: Sat, 5 Sep 2015 23:59:37 +0200 Subject: [PATCH] fix positionnal sound don't work to player when teleport to nether --- mods/nether/nether/portal.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/nether/nether/portal.lua b/mods/nether/nether/portal.lua index 2654e179..6d0bfec8 100755 --- a/mods/nether/nether/portal.lua +++ b/mods/nether/nether/portal.lua @@ -530,6 +530,7 @@ function nether_port(player, pos) if not netherport(pos) then return end + minetest.sound_play("nether_teleporter", {to_player=player:get_player_name()}) --MFF crabman (5/09/2015) fix positional sound don't work to player minetest.sound_play("nether_teleporter", {pos=pos}) if pos.y < nether.start then player_from_nether(player)