From 0a22df60e265ff7fa51a79f471dabd8e3bf41e57 Mon Sep 17 00:00:00 2001 From: Burlone <108557545+burlone0@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:02:36 +0100 Subject: [PATCH] Fixed chapter 2, 3, 4, 5, 6, 7, 8 backgrounds --- structs/functions.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/structs/functions.js b/structs/functions.js index e7507d1..880de0d 100644 --- a/structs/functions.js +++ b/structs/functions.js @@ -187,9 +187,6 @@ function getContentPages(req) { if (memory.season == 27) { contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "rufus"; - } else { - contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "defaultnotris"; - contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://fortnite-public-service-prod11.ol.epicgames.com/images/lightlobbybg.png"; } } catch {}