Missed an instance of new sound

This commit is contained in:
Robbie Ferguson 2016-05-13 17:41:23 -04:00
parent aa5e87dbf6
commit 0b5fd2ca98

@ -141,7 +141,7 @@ local function tpc_send(player,coordinates)
end
minetest.chat_send_player(player, 'Teleporting to '..posx..','..posy..','..posz)
pname:setpos(find_free_position_near(target_coords))
minetest.sound_play("tps_portal", {pos = target_coords, gain = 1.0, max_hear_distance = 10})
minetest.sound_play("whoosh", {pos = target_coords, gain = 0.5, to_player=player, max_hear_distance = 10})
parti2(target_coords)
end
end