mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-05 13:51:28 +02:00
Fix another rain sound update bug
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user