From 0951502abad95e2d5b305fc0d77b7cc768357b74 Mon Sep 17 00:00:00 2001 From: PRO100KatYT Date: Sun, 9 Jan 2022 11:23:57 +0100 Subject: [PATCH] Added Winterfest 2021 Battle Royale subgame image. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index de24e14..056179d 100644 --- a/index.js +++ b/index.js @@ -5981,6 +5981,7 @@ function getContentPages(req) { if (seasondata.build == 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.subgameinfo.battleroyale.image = "https://cdn2.unrealengine.com/19br-wf-subgame-select-512x1024-16d8bb0f218f.jpg"; contentpages.specialoffervideo.bSpecialOfferEnabled = "true"; } } catch (err) {}