Season X StW Event Flags

This commit is contained in:
PRO100KatYT
2021-11-27 17:41:37 +01:00
parent dcc17f036d
commit f940deb957

View File

@@ -1066,6 +1066,20 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
}) })
} }
if (seasondata.season == 10) {
activeEvents.push(
{
"eventType": "EventFlag.Season10.Phase2",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "EventFlag.Season10.Phase3",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
}
res.json({ res.json({
"channels": { "channels": {
"client-matchmaking": { "client-matchmaking": {