mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 04:21:07 +01:00
Fix another rain sound update bug
This commit is contained in:
parent
2858fbb54a
commit
f8d5c23291
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ mcl_weather.rain.remove_sound = function(player)
|
|||
if player_meta ~= nil and player_meta.sound_handler ~= nil then
|
||||
minetest.sound_stop(player_meta.sound_handler)
|
||||
player_meta.sound_handler = nil
|
||||
player_meta.sound_updated = nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue