From 845a259619cb63147adfc63f672f7b071e7ba15f Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Mon, 20 Nov 2023 14:39:19 +0200 Subject: [PATCH] Disable quick combat by default to avoid confusing players --- config/schemas/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/schemas/settings.json b/config/schemas/settings.json index d0dedb7fe..5e7e5956d 100644 --- a/config/schemas/settings.json +++ b/config/schemas/settings.json @@ -255,7 +255,7 @@ }, "quickCombat" : { "type" : "boolean", - "default" : true + "default" : false }, "objectAnimation" : { "type" : "boolean",