forked from VoxeLibre/VoxeLibre
Fix clouds during rain->clear weather transition
This commit is contained in:
parent
2ca0ccd8fe
commit
2145470f63
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue