Play sounds locally

This commit is contained in:
GreenDimond 2019-03-24 12:01:49 -07:00 committed by LNJ
parent db13faa969
commit f5cd37cd63

@ -351,7 +351,7 @@ core.register_entity("drawers:visual", {
play_interact_sound = function(self)
core.sound_play("drawers_interact", {
pos = self.pos,
pos = self.object:get_pos(),
max_hear_distance = 6,
gain = 2.0
})