mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
7 lines
102 B
Lua
7 lines
102 B
Lua
|
|
||
|
-- old non-method sound function
|
||
|
|
||
|
function core.sound_stop(handle, ...)
|
||
|
return handle:stop(...)
|
||
|
end
|