mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -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
|
end
|
||||||
wposav = vector.divide(wposav, waters)
|
wposav = vector.divide(wposav, waters)
|
||||||
|
|
||||||
local handle = minetest.sound_play(
|
minetest.sound_play(
|
||||||
"env_sounds_water",
|
"env_sounds_water",
|
||||||
{
|
{
|
||||||
pos = wposav,
|
pos = wposav,
|
||||||
|
|
Loading…
Add table
Reference in a new issue