Fixed winter season boundary by splitting it into 2 separate sections
This commit is contained in:
parent
6f640edd9f
commit
8b9e004885
@ -119,9 +119,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"seasonType": 2,
|
"seasonType": 2,
|
||||||
"name": "WINTER",
|
"name": "WINTER_END",
|
||||||
"startDay": "2",
|
"startDay": "2",
|
||||||
"startMonth": "11",
|
"startMonth": "11",
|
||||||
|
"endDay": "31",
|
||||||
|
"endMonth": "12"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"seasonType": 2,
|
||||||
|
"name": "WINTER_START",
|
||||||
|
"startDay": "1",
|
||||||
|
"startMonth": "1",
|
||||||
"endDay": "1",
|
"endDay": "1",
|
||||||
"endMonth": "3"
|
"endMonth": "3"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user