Fix clouds during rain->clear weather transition

This commit is contained in:
teknomunk 2024-09-29 12:25:18 -05:00
parent 2ca0ccd8fe
commit 2145470f63
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ function mcl_weather.rain.clear()
mcl_weather.rain.remove_sound(player)
mcl_weather.rain.remove_player(player)
mcl_weather.remove_spawners_player(player)
player:set_clouds({color="#FFF0EF"})
end
end