mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Merge branch 'main' of https://github.com/Lawin0129/LawinServer
This commit is contained in:
9
index.js
9
index.js
@@ -1103,6 +1103,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({
|
||||
"channels": {
|
||||
"client-matchmaking": {
|
||||
|
||||
Reference in New Issue
Block a user