0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 15:50:42 -05:00

Fixed new years and april fools events being incorrectly named

This commit is contained in:
Chomp 2025-01-01 09:05:56 +00:00
parent 93757c5f7b
commit cb067bd256

View File

@ -8339,7 +8339,7 @@
{ {
"enabled": true, "enabled": true,
"name": "newyears", "name": "newyears",
"type": "NEW_YEARS", "type": "NEWYEARS",
"startDay": "1", "startDay": "1",
"startMonth": "1", "startMonth": "1",
"endDay": "7", "endDay": "7",
@ -8348,7 +8348,7 @@
{ {
"enabled": true, "enabled": true,
"name": "April fools", "name": "April fools",
"type": "APRIL_FOOLS", "type": "APRILFOOLS",
"startDay": "1", "startDay": "1",
"startMonth": "4", "startMonth": "4",
"endDay": "2", "endDay": "2",