From a3b4fc8fd7da0315211b351e76034e4cf02cd57c Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 9 Oct 2022 01:31:57 +0200 Subject: [PATCH] Increase minimum weather time for same weather --- mods/rp_weather/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/rp_weather/init.lua b/mods/rp_weather/init.lua index 3c590b72..47d47ab5 100644 --- a/mods/rp_weather/init.lua +++ b/mods/rp_weather/init.lua @@ -62,7 +62,7 @@ end -- This timer prevents the weather from changing naturally too fast local stoptimer = 0 -local stoptimer_init = 15 -- minumum time between natural weather changes in seconds +local stoptimer_init = 300 -- minimum time between natural weather changes in seconds local function setweather_raw(new_weather) weather.previous_weather = weather.weather