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:
parent
93757c5f7b
commit
cb067bd256
@ -8339,7 +8339,7 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"name": "newyears",
|
||||
"type": "NEW_YEARS",
|
||||
"type": "NEWYEARS",
|
||||
"startDay": "1",
|
||||
"startMonth": "1",
|
||||
"endDay": "7",
|
||||
@ -8348,7 +8348,7 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"name": "April fools",
|
||||
"type": "APRIL_FOOLS",
|
||||
"type": "APRILFOOLS",
|
||||
"startDay": "1",
|
||||
"startMonth": "4",
|
||||
"endDay": "2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user