mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-29 18:16:27 -04:00
Remove unused 'handle' variable
This commit is contained in:
parent
0e54ce295f
commit
4dbaaebc34
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ local function update_sound(player)
|
|||
end
|
||||
wposav = vector.divide(wposav, waters)
|
||||
|
||||
local handle = minetest.sound_play(
|
||||
minetest.sound_play(
|
||||
"env_sounds_water",
|
||||
{
|
||||
pos = wposav,
|
||||
|
|
Loading…
Add table
Reference in a new issue