From 2da2d4bffd0905c6fc76712fa2a865194e038a06 Mon Sep 17 00:00:00 2001 From: Mitchell Thomas <6386297+mitchts@users.noreply.github.com> Date: Wed, 1 Nov 2023 18:37:46 +1100 Subject: [PATCH] Disable halloween themed featured panels --- src/data/maps/overcast.json | 2 +- src/data/maps/pgm.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/maps/overcast.json b/src/data/maps/overcast.json index 2fa16c9e1..a8f60efc2 100644 --- a/src/data/maps/overcast.json +++ b/src/data/maps/overcast.json @@ -48,7 +48,7 @@ "new": [], "popular": [], "featured": { - "enabled": true, + "enabled": false, "title": "Halloween Essentials", "description": "Maps that are essential for celebrating the Halloween season", "maps": [ diff --git a/src/data/maps/pgm.json b/src/data/maps/pgm.json index dda7b4061..5d2849eb9 100644 --- a/src/data/maps/pgm.json +++ b/src/data/maps/pgm.json @@ -159,7 +159,7 @@ }, "data": { "featured": { - "enabled": true, + "enabled": false, "title": "Halloween Apocalypse", "description": "Get ready for Halloween with these spooky themed maps! Check out all themed maps here.", "maps": [ @@ -129249,4 +129249,4 @@ } ] } -} \ No newline at end of file +}