diff --git a/public/images/darklobbybg.png b/public/images/darklobbybg.png new file mode 100644 index 0000000..f079be8 Binary files /dev/null and b/public/images/darklobbybg.png differ diff --git a/public/images/lightlobbybg.png b/public/images/lightlobbybg.png new file mode 100644 index 0000000..0de8678 Binary files /dev/null and b/public/images/lightlobbybg.png differ diff --git a/structure/functions.js b/structure/functions.js index b09d877..a185829 100644 --- a/structure/functions.js +++ b/structure/functions.js @@ -283,14 +283,15 @@ function getContentPages(req) { } } else if (memory.season == 24) { backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-ch4s2-bp-lobby-4096x2048-edde08d15f7e.jpg" - } - - else if (memory.season == 25) { + } else if (memory.season == 25) { backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/s25-lobby-4k-4096x2048-4a832928e11f.jpg"; backgrounds[1].backgroundimage = "https://cdn2.unrealengine.com/fn-shop-ch4s3-04-1920x1080-785ce1d90213.png"; if (memory.build == 25.11) { backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-s25-14dos-lobby-4096x2048-2be24969eee3.jpg"; } + } else { + backgrounds[0].stage = "defaultnotris" + backgrounds[0].backgroundimage = "https://fortnite-public-service-prod11.ol.epicgames.com/images/lightlobbybg.png"; } } catch (err) {}