浏览代码

Disable quick combat by default to avoid confusing players

Ivan Savenko 1 年之前
父节点
当前提交
845a259619
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/schemas/settings.json

+ 1 - 1
config/schemas/settings.json

@@ -255,7 +255,7 @@
 				},
 				"quickCombat" : {
 					"type" : "boolean",
-					"default" : true
+					"default" : false
 				},
 				"objectAnimation" : {
 					"type" : "boolean",