1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-06-28 06:20:33 +02:00

Shields: Add option to disable sound effects

This commit is contained in:
stujones11
2018-02-18 20:35:49 +00:00
parent 4baed2ca22
commit c812e0ac56
2 changed files with 9 additions and 1 deletions

View File

@ -1,9 +1,10 @@
-- support for i18n
local S = armor_i18n.gettext
local disable_sounds = minetest.settings:get_bool("shields_disable_sounds")
local use_moreores = minetest.get_modpath("moreores")
local function play_sound_effect(player, name)
if player then
if not disable_sounds and player then
local pos = player:getpos()
if pos then
minetest.sound_play({