Skip to content

Commit

Permalink
Forgot to remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed Sep 22, 2024
1 parent 943e0e9 commit b19a758
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,12 @@ public void run() {
if (!p.getInventory().getItem(EquipmentSlot.CHEST).getType().equals(Material.ELYTRA)) {
p.sendEquipmentChange(p, EquipmentSlot.CHEST, renderStack);
renderingChanged.add(p);
System.out.println("A");
}

if (p.isOnGround() || p.isFlying() || p.isInsideVehicle()) {
this.cancel();
if (renderingChanged.contains(p)) {
renderingChanged.remove(p);
System.out.println("B");
p.updateInventory();
}
glidingPlayers.remove(p);
Expand Down

0 comments on commit b19a758

Please sign in to comment.