Commit bb47395 1 parent a80dd9a commit bb47395 Copy full SHA for bb47395
File tree 1 file changed +1
-1
lines changed
src/main/java/me/lrxh/practice/kit
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public static void init() {
69
69
kit .getGameRules ().setHealthRegeneration (config .getBoolean (path + ".game-rules.health-regeneration" ));
70
70
kit .getGameRules ().setShowHealth (config .getBoolean (path + ".game-rules.show-health" ));
71
71
kit .getGameRules ().setHitDelay (config .getInt (path + ".game-rules.hit-delay" ));
72
- kit .getGameRules ().setKnockbackProfile (config .getString (path + ".game-rules.knockback-profile" ))
72
+ kit .getGameRules ().setKnockbackProfile (config .getString (path + ".game-rules.knockback-profile" ));
73
73
kit .getEditRules ().setAllowPotionFill (config .getBoolean (".edit-rules.allow-potion-fill" ));
74
74
75
75
if (config .getConfigurationSection (path + ".edit-rules.items" ) != null ) {
You can’t perform that action at this time.
0 commit comments