From 8c574b5365ffa3c668c2ae2c6f81dd8247f20a03 Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Sun, 5 May 2024 09:47:44 +0200 Subject: [PATCH] Set the Rufus lobby background for Season 27 --- structure/functions.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/structure/functions.js b/structure/functions.js index a185829..7c75b29 100644 --- a/structure/functions.js +++ b/structure/functions.js @@ -282,15 +282,17 @@ function getContentPages(req) { contentpages.specialoffervideo.bSpecialOfferEnabled = "true"; } } else if (memory.season == 24) { - backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-ch4s2-bp-lobby-4096x2048-edde08d15f7e.jpg" + backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-ch4s2-bp-lobby-4096x2048-edde08d15f7e.jpg"; } 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 if (memory.season == 27) { + backgrounds[0].stage = "rufus"; } else { - backgrounds[0].stage = "defaultnotris" + backgrounds[0].stage = "defaultnotris"; backgrounds[0].backgroundimage = "https://fortnite-public-service-prod11.ol.epicgames.com/images/lightlobbybg.png"; }