Commit ac14de4 1 parent 63a3e56 commit ac14de4 Copy full SHA for ac14de4
File tree 1 file changed +0
-5
lines changed
src/main/java/me/lrxh/practice/match
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -172,8 +172,6 @@ public void setupPlayer(Player player) {
172
172
}
173
173
Profile profile = Profile .getByUuid (player .getUniqueId ());
174
174
175
- KnockbackUtil knockbackUtil = new KnockbackUtil ();
176
-
177
175
// Reset the player's inventory
178
176
PlayerUtil .reset (player );
179
177
@@ -186,9 +184,6 @@ public void setupPlayer(Player player) {
186
184
// Set the player's max damage ticks
187
185
player .setMaximumNoDamageTicks (getKit ().getGameRules ().getHitDelay ());
188
186
189
- // Set the player's knockback
190
- knockbackUtil .setKnockback (player , kit .getGameRules ().getKnockbackProfile ());
191
-
192
187
// If the player has no kits, apply the default kit, otherwise
193
188
// give the player a list of kit books to choose from
194
189
if (!getKit ().getGameRules ().isSumo ()) {
You can’t perform that action at this time.
0 commit comments