Update rain particles faster when teleporting

This commit is contained in:
Wuzzy 2017-11-24 04:05:12 +01:00
parent 6d609be8c7
commit 2858fbb54a
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ mcl_worlds.register_on_dimension_change(function(player, dimension)
elseif dimension == "overworld" then
mcl_weather.rain.update_sound(player)
if mcl_weather.rain.raining then
mcl_weather.rain.add_rain_particles(player)
mcl_weather.rain.add_player(player)
end
end