Skip to content

Commit

Permalink
let's not spam debug mode with an unused entity event
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Dec 9, 2024
1 parent 1f3590d commit c575689
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ public void translate(GeyserSession session, ClientboundEntityEventPacket packet
creakingEntity.createParticleBeam();
}
break;
case SQUID_RESET_ROTATION:
// unused, but spams a bit
break;
default:
GeyserImpl.getInstance().getLogger().debug("unhandled entity event: " + packet);
}
Expand Down

0 comments on commit c575689

Please sign in to comment.