Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Toffikk committed Mar 2, 2025
1 parent b173e5c commit a9f41fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
flag4 = true;
- } else if ((!flag2 || !flag) && !(this.entity instanceof AbstractArrow)) {
+ // Pufferfish start - Better checking for useless move packets
+ } else if (flag2 || flag3 || this.entity instanceof AbstractArrow) {
+ } else if (flag2 || flag || this.entity instanceof AbstractArrow) {
+ if ((!flag2 || !flag) && !(this.entity instanceof AbstractArrow)) {
+ // Pufferfish end
if (flag2) {
Expand Down

0 comments on commit a9f41fc

Please sign in to comment.