From a77b44c5525d271f933d6d6a9741dbcc154ed310 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Tue, 15 Aug 2023 14:17:07 +0200 Subject: disabled user api keys --- constants/DisabledFeatures.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/DisabledFeatures.json b/constants/DisabledFeatures.json index 2d81bdd..561948a 100644 --- a/constants/DisabledFeatures.json +++ b/constants/DisabledFeatures.json @@ -1,4 +1,4 @@ { "mushroom_cow_nether_warts": false, - "user_api_keys": true + "user_api_keys": false } \ No newline at end of file -- cgit