Skip to content

Commit

Permalink
Remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Sep 30, 2023
1 parent a691235 commit 5cf1bcf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ private void handleInventoryClick(InventoryClickEvent event) {

if (event.getClick() == ClickType.SWAP_OFFHAND && event.isCancelled()) {
EntityEquipment equipment = event.getWhoClicked().getEquipment();
System.out.println(equipment.getItemInOffHand());
equipment.setItemInOffHand(equipment.getItemInOffHand());
}
}
Expand Down

0 comments on commit 5cf1bcf

Please sign in to comment.