Remove: sound_play whoosh

This commit is contained in:
Coder12a 2019-05-20 17:04:42 -05:00
parent 49473f7ee1
commit 3567fb9e5e
1 changed files with 0 additions and 1 deletions

View File

@ -429,7 +429,6 @@ function factions.tp_spawn(name, playername)
if player then
player:set_pos(faction.spawn)
minetest.sound_play("whoosh", {pos = faction.spawn, gain = 0.5, max_hear_distance = 10})
end
end