diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-01-02 09:08:02 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-01 17:08:02 -0500 |
commit | 8e27908d2530b09107c2dedc48dc3c093c9dd45d (patch) | |
tree | 730b1fe66c53312dc0ad3908ca5ae9012e1fcd4c | |
parent | df3a7de04d7a20e05d402b6df1c63db2b5e69091 (diff) | |
download | NotEnoughUpdates-REPO-8e27908d2530b09107c2dedc48dc3c093c9dd45d.tar.gz NotEnoughUpdates-REPO-8e27908d2530b09107c2dedc48dc3c093c9dd45d.tar.bz2 NotEnoughUpdates-REPO-8e27908d2530b09107c2dedc48dc3c093c9dd45d.zip |
Repo check to see if the wardrobe stuff is out (#673)
* Repo check to see if the wardrobe stuff is out
upcoming feature 👀
* a
* b
* c
-rw-r--r-- | constants/disable.json | 5 |
1 files changed, 4 insertions, 1 deletions
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 + } } |