Winterfest 2021 Lobby & Item Shop background

Winterfest 2021 Lobby and Item Shop background for v19.01
This commit is contained in:
PRO100KatYT
2021-12-17 19:13:26 +01:00
parent 7ef79a22db
commit 29923f5df4
2 changed files with 23 additions and 0 deletions

View File

@@ -6078,6 +6078,12 @@ function getContentPages(req) {
contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "Winter19";
contentpages.dynamicbackgrounds.backgrounds.backgrounds[1].stage = "Winter19";
}
if (req.headers["user-agent"].includes("Release-19.01")) {
contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "winter2021";
contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp19-lobby-xmas-2048x1024-f85d2684b4af.png";
contentpages.specialoffervideo.bSpecialOfferEnabled = "true";
}
} catch (err) {}
return contentpages;