Added the S22 lobby background.

This commit is contained in:
PRO100KatYT
2022-09-20 19:34:03 +02:00
parent 5a11458255
commit e24fe3c0e8
2 changed files with 4 additions and 0 deletions

View File

@@ -262,6 +262,10 @@ function getContentPages(req) {
contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "season2130";
}
}
if (memory.season == 22) {
contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://fortnite-public-service-prod11.ol.epicgames.com/images/contentpages/t-bp22-lobby-square-2048x2048-2048x2048-e4e90c6e8018.jpg"
}
} catch (err) {}
return contentpages;