1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00
luanti/builtin/mainmenu/misc.lua

6 lines
102 B
Lua

-- old non-method sound function
function core.sound_stop(handle, ...)
return handle:stop(...)
end