From 2b3f211659a6d814e422c9590f5c4496b0e1dd67 Mon Sep 17 00:00:00 2001 From: nordsoft Date: Sat, 9 Sep 2023 14:42:13 +0200 Subject: [PATCH] Enable quick combat by default --- 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 4f588e1d6..3dbbaf0b1 100644 --- a/config/schemas/settings.json +++ b/config/schemas/settings.json @@ -250,7 +250,7 @@ }, "quickCombat" : { "type" : "boolean", - "default" : false + "default" : true }, "objectAnimation" : { "type" : "boolean",