From 8e27908d2530b09107c2dedc48dc3c093c9dd45d Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Sun, 2 Jan 2022 09:08:02 +1100 Subject: Repo check to see if the wardrobe stuff is out (#673) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Repo check to see if the wardrobe stuff is out upcoming feature 👀 * a * b * c --- constants/disable.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/disable.json b/constants/disable.json index cbfc2aa1..b3f365aa 100644 --- a/constants/disable.json +++ b/constants/disable.json @@ -1,4 +1,7 @@ { "auctions": true, - "auctions_new": false + "auctions_new": false, + "wardrobeFeature" : { + "enableNewWardrob" : false + } } -- cgit