Skip to content

Commit

Permalink
fix a noslow
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInMyVan committed Nov 17, 2024
1 parent db7bbef commit 06bd96f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ public void onPacketReceive(PacketReceiveEvent event) {
if (player.getClientVersion().isOlderThanOrEquals(ClientVersion.V_1_8)) {
if (flagAndAlert("release")) {
setback = true;
if (shouldModifyPackets()) {
event.setCancelled(true);
player.onPacketCancel();
}
}
} else {
flags.add("release");
Expand Down

0 comments on commit 06bd96f

Please sign in to comment.