默认关闭战术冲刺

This commit is contained in:
Light_Quanta 2025-05-04 18:53:58 +08:00
parent 03a94a0917
commit 080e299a21
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -15,7 +15,7 @@ public class MiscConfig {
builder.push("misc"); builder.push("misc");
builder.comment("Set true to enable tactical sprint"); builder.comment("Set true to enable tactical sprint");
ALLOW_TACTICAL_SPRINT = builder.define("allow_tactical_sprint", true); ALLOW_TACTICAL_SPRINT = builder.define("allow_tactical_sprint", false);
builder.comment("Set true to enable kill feedback sending"); builder.comment("Set true to enable kill feedback sending");
SEND_KILL_FEEDBACK = builder.define("send_kill_feedback", true); SEND_KILL_FEEDBACK = builder.define("send_kill_feedback", true);