1
0
鏡像自 https://github.com/sys4-fr/server-nalc.git 已同步 2025-09-16 02:45:19 +02:00

fix positionnal sound don't work to player when teleport to nether

此提交包含在:
2015-09-05 23:59:37 +02:00
父節點 d0d8b5ccb7
當前提交 9fdf469de2

查看文件

@@ -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)