Changed WeatherTrueSnow.lua.

Added a weather change function at the end of the effect.
Removed unnecessary ResetShader() function
This commit is contained in:
2025-09-22 18:31:12 +01:00
parent e0cd8af771
commit 5d3f2b8c69

View File

@@ -13,8 +13,8 @@ end
function OnStop() function OnStop()
SetSnowState(false) SetSnowState(false)
ResetShader()
CLEAR_TIMECYCLE_MODIFIER() CLEAR_TIMECYCLE_MODIFIER()
SET_WEATHER_TYPE_NOW("CLEAR")
end end
function OnTick() function OnTick()