From e38ad6dc3e30c2c373b7806467e4acb3fd721158 Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 20 May 2024 12:21:55 +0100 Subject: [PATCH] Adjusted `SPRING` season start date to be closer to live --- project/assets/configs/weather.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/assets/configs/weather.json b/project/assets/configs/weather.json index 59724f0a..c47f649f 100644 --- a/project/assets/configs/weather.json +++ b/project/assets/configs/weather.json @@ -130,13 +130,13 @@ "name": "WINTER_START", "startDay": "1", "startMonth": "1", - "endDay": "1", + "endDay": "24", "endMonth": "3" }, { "seasonType": 3, "name": "SPRING", - "startDay": "2", + "startDay": "25", "startMonth": "3", "endDay": "1", "endMonth": "5"