Added Winterfest for v19.01

This commit is contained in:
PRO100KatYT
2021-12-14 19:15:49 +01:00
parent 9c38004709
commit b2cc729ca7

View File

@@ -1213,6 +1213,15 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
}) })
} }
if (req.headers["user-agent"].includes("Release-19.01")) {
activeEvents.push(
{
"eventType": "EventFlag.LTE_WinterFest",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
}
res.json({ res.json({
"channels": { "channels": {
"client-matchmaking": { "client-matchmaking": {