Added S23 lobby background

This commit is contained in:
PRO100KatYT
2022-12-05 19:56:06 +01:00
parent 11d235b875
commit 25dc25342a

View File

@@ -272,6 +272,10 @@ function getContentPages(req) {
if (memory.season == 22) { if (memory.season == 22) {
contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp22-lobby-square-2048x2048-2048x2048-e4e90c6e8018.jpg" 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) {} } catch (err) {}
return contentpages; return contentpages;