From f940deb957efe964de54055bed7339293d97206b Mon Sep 17 00:00:00 2001 From: PRO100KatYT Date: Sat, 27 Nov 2021 17:41:37 +0100 Subject: [PATCH] Season X StW Event Flags --- index.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/index.js b/index.js index 04c0c7e..0b9d954 100644 --- a/index.js +++ b/index.js @@ -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({ "channels": { "client-matchmaking": {