mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
let's not spam debug mode with an unused entity event
This commit is contained in:
@@ -295,6 +295,9 @@ public class JavaEntityEventTranslator extends PacketTranslator<ClientboundEntit
|
||||
creakingEntity.createParticleBeam();
|
||||
}
|
||||
break;
|
||||
case SQUID_RESET_ROTATION:
|
||||
// unused, but spams a bit
|
||||
break;
|
||||
default:
|
||||
GeyserImpl.getInstance().getLogger().debug("unhandled entity event: " + packet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user