mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-29 09:22:31 +01:00
Make shield block sounds not play across infinite distance
This commit is contained in:
@ -164,7 +164,7 @@ mcl_damage.register_modifier(function(obj, damage, reason)
|
|||||||
mcl_inventory.update_inventory_formspec(obj)
|
mcl_inventory.update_inventory_formspec(obj)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
minetest.sound_play({name = "mcl_block"})
|
minetest.sound_play({name = "mcl_block"}, {max_hear_distance = 16})
|
||||||
return 0
|
return 0
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user