1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00
Files
luanti/builtin/mainmenu/misc.lua

7 lines
102 B
Lua

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