默认关闭战术冲刺
This commit is contained in:
parent
03a94a0917
commit
080e299a21
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class MiscConfig {
|
|||
builder.push("misc");
|
||||
|
||||
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");
|
||||
SEND_KILL_FEEDBACK = builder.define("send_kill_feedback", true);
|
||||
|
|
Loading…
Add table
Reference in a new issue