1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-04-20 04:20:19 +02:00

return func

This commit is contained in:
tenplus1 2025-03-12 08:16:26 +00:00
parent b81c2aeab6
commit 0bf3915315

View File

@ -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 {}