fixed stamina eat sound

master
TenPlus1 2016-07-23 17:53:51 +01:00
parent 5b6c4cf2d9
commit bca7783f04
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ local replace_pie = function(node, puncher, pos)
stamina.change(puncher, 4)
minetest.sound_play("stamina_eat", {
to_player = name, gain = 0.7, max_hear_distance = 5})
pos = pos, gain = 0.7, max_hear_distance = 5})
-- none of the above found? add to health instead
else