We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d051556 commit 99b3b1cCopy full SHA for 99b3b1c
src/main/java/me/lrxh/practice/kit/meta/KitGameRules.java
@@ -15,5 +15,5 @@ public class KitGameRules {
15
private boolean boxing;
16
private boolean bedwars;
17
private int hitDelay = 20;
18
- private String kbProfile;
+ private String kbProfile = "default";
19
}
0 commit comments