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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user