1
0
дзеркало https://codeberg.org/tenplus1/mobs_redo.git synced 2025-09-18 05:15:28 +02:00
This commit is contained in:
tenplus1
2025-03-12 08:16:26 +00:00
джерело b81c2aeab6
коміт 0bf3915315

@@ -4610,7 +4610,7 @@ if settings:get_bool("mobs_can_hear") ~= false then
minetest.sound_play = function(spec, param, eph)
if type(spec) == "table" then return end
if type(spec) == "table" then return old_sound_play(spec, param, eph) end
local def = {} ; param = param or {}