From 68ce3729c27f6dfb4be3123854fd7912c5cff7a6 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 31 Jul 2023 16:49:07 +0200 Subject: Added repo switch user_api_keys --- constants/DisabledFeatures.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constants/DisabledFeatures.json b/constants/DisabledFeatures.json index cd3233f..2d81bdd 100644 --- a/constants/DisabledFeatures.json +++ b/constants/DisabledFeatures.json @@ -1,3 +1,4 @@ { - "mushroom_cow_nether_warts": false + "mushroom_cow_nether_warts": false, + "user_api_keys": true } \ No newline at end of file -- cgit