From 34b9785955b5531a21d726a244f32a8eb581be42 Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 7 Oct 2024 10:22:37 +0100 Subject: [PATCH] Moved AUTUMN season to start on 15th of October to better match 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 d83c2a24..3f47f441 100644 --- a/project/assets/configs/weather.json +++ b/project/assets/configs/weather.json @@ -44,13 +44,13 @@ "name": "SUMMER", "startDay": "2", "startMonth": "6", - "endDay": "1", + "endDay": "15", "endMonth": "10" }, { "seasonType": 1, "name": "AUTUMN", - "startDay": "1", + "startDay": "15", "startMonth": "10", "endDay": "1", "endMonth": "11"