Update sky instant if teleport between dimensions

This commit is contained in:
Wuzzy 2017-11-24 03:48:32 +01:00
parent b0c87f74fe
commit b1d15fb667
5 changed files with 60 additions and 1 deletions

View file

@ -218,3 +218,5 @@ local weather_allow_abm = minetest.settings:get_bool("weather_allow_abm")
if weather_allow_abm ~= nil and weather_allow_abm == false then
mcl_weather.allow_abm = false
end