From 8be7c1e8fdf83757ca0edfcf45e5311a7d1489dc Mon Sep 17 00:00:00 2001 From: PRO100KatYT Date: Fri, 3 Jun 2022 06:16:18 +0200 Subject: [PATCH] Fixed the 19.01 freeze bug --- structure/functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/structure/functions.js b/structure/functions.js index 5a674db..2b3d9e6 100644 --- a/structure/functions.js +++ b/structure/functions.js @@ -227,8 +227,8 @@ function getContentPages(req) { if (memory.build == 19.01) { contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "winter2021"; - contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn.discordapp.com/attachments/927739901540188200/930880158167085116/t-bp19-lobby-xmas-2048x1024-f85d2684b4af.png"; - contentpages.subgameinfo.battleroyale.image = "https://cdn.discordapp.com/attachments/927739901540188200/930880421514846268/19br-wf-subgame-select-512x1024-16d8bb0f218f.jpg"; + 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"; }