diff --git a/public/images/contentpages/t-bp22-lobby-square-2048x2048-2048x2048-e4e90c6e8018.jpg b/public/images/contentpages/t-bp22-lobby-square-2048x2048-2048x2048-e4e90c6e8018.jpg new file mode 100644 index 0000000..bdd4a34 Binary files /dev/null and b/public/images/contentpages/t-bp22-lobby-square-2048x2048-2048x2048-e4e90c6e8018.jpg differ diff --git a/structure/functions.js b/structure/functions.js index 1813a1a..4721ec7 100644 --- a/structure/functions.js +++ b/structure/functions.js @@ -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;