From 25dc25342ad2e1cdfba24fb1a6b62e3917548c79 Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Mon, 5 Dec 2022 19:56:06 +0100 Subject: [PATCH] Added S23 lobby background --- structure/functions.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/structure/functions.js b/structure/functions.js index 37d0a2a..4f1620a 100644 --- a/structure/functions.js +++ b/structure/functions.js @@ -272,6 +272,10 @@ function getContentPages(req) { if (memory.season == 22) { contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp22-lobby-square-2048x2048-2048x2048-e4e90c6e8018.jpg" } + + if (memory.season == 23) { + contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp23-lobby-2048x1024-2048x1024-26f2c1b27f63.png" + } } catch (err) {} return contentpages;