Skip to content

Commit

Permalink
NoSlowDown和Arraylist更新
Browse files Browse the repository at this point in the history
修复已知问题
  • Loading branch information
Memorial1337 committed Nov 11, 2023
1 parent fd18443 commit bd7f481
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 274 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class NoSlowDown : Module() {
)
}
if (event.eventState == EventState.POST) {
PacketUtils.sendPacketNoEvent(C0FPacketConfirmTransaction());
mc.netHandler.addToSendQueue(C08PacketPlayerBlockPlacement(mc.thePlayer.heldItem))
}
}
Expand Down
Loading

0 comments on commit bd7f481

Please sign in to comment.