mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Added the Hit the Road theater zone (CH1S10)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -267,6 +267,11 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
|
|||||||
|
|
||||||
if (memory.season == 10) {
|
if (memory.season == 10) {
|
||||||
activeEvents.push(
|
activeEvents.push(
|
||||||
|
{
|
||||||
|
"eventType": "EventFlag.Mayday",
|
||||||
|
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||||
|
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"eventType": "EventFlag.Season10.Phase2",
|
"eventType": "EventFlag.Season10.Phase2",
|
||||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||||
|
|||||||
Reference in New Issue
Block a user