1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

update soundset (calcul gain berore returning value)

update mod use soundset
This commit is contained in:
2015-06-20 20:58:56 +02:00
parent 986ee7e7ad
commit 5cb1581e77
6 changed files with 89 additions and 76 deletions

View File

@ -310,7 +310,7 @@ function awards.give_achievement(name, award)
-- save playertable
awards.save()
minetest.sound_play("award_award_won", {to_player = name, gain = 0.5*soundset.get_gain(name,"other")})
minetest.sound_play("award_award_won", {to_player = name, gain = soundset.get_gain(name,"other")})
end
end