Skip to content

Commit

Permalink
fix noslow
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-mc committed Jul 5, 2024
1 parent c1b5782 commit 0130e8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public void onPreMotion(PreMotionEvent event) {
} else {
lastUsingRestItem = false;

if (item instanceof ItemSword || item instanceof ItemBow) {
if (item instanceof ItemSword) {
PacketUtils.sendPacket(new C08PacketPlayerBlockPlacement(mc.thePlayer.getHeldItem()));
PacketUtils.sendPacket(new C0CPacketInput(0, 0.82f, false, false));
}
Expand Down

0 comments on commit 0130e8c

Please sign in to comment.