Skip to content

Commit

Permalink
fix false when swapping offhand items
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInMyVan committed Nov 17, 2024
1 parent fa0d147 commit db7bbef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public void onPacketReceive(PacketReceiveEvent event) {
if (player.packetOrderProcessor.isAttacking()
|| player.packetOrderProcessor.isRightClicking()
|| player.packetOrderProcessor.isOpeningInventory()
|| player.packetOrderProcessor.isSwapping()
|| player.packetOrderProcessor.isReleasing()
|| player.packetOrderProcessor.isSneaking()
|| player.packetOrderProcessor.isSprinting()
Expand Down

0 comments on commit db7bbef

Please sign in to comment.