Remove excessive whitespace

This commit is contained in:
FossFanatic 2022-12-21 13:05:52 +00:00
parent 91836f3a1d
commit 1977dbf9a1
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ mcl_weather.skycolor = {
biomesky = minetest.registered_biomes[biome]._mcl_skycolor
biomefog = minetest.registered_biomes[biome]._mcl_fogcolor
end
if (mcl_weather.state == "none") then
-- Clear weather
mcl_weather.set_sky_box_clear(player,biomesky,biomefog)