From a5b213968cb337cd7d833efd3369fcac09a9959e Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 1 Dec 2017 16:02:29 +0100 Subject: [PATCH] Fix failure to clear snow weather correctly --- mods/ENVIRONMENT/mcl_weather/snow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ENVIRONMENT/mcl_weather/snow.lua b/mods/ENVIRONMENT/mcl_weather/snow.lua index be731de19..ee98c2006 100644 --- a/mods/ENVIRONMENT/mcl_weather/snow.lua +++ b/mods/ENVIRONMENT/mcl_weather/snow.lua @@ -29,7 +29,7 @@ end mcl_weather.snow.set_sky_box = function() mcl_weather.skycolor.add_layer( - "weather-pack-rain-sky", + "weather-pack-snow-sky", {{r=0, g=0, b=0}, {r=85, g=86, b=86}, {r=135, g=135, b=135},