mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-22 14:34:59 +01:00
let's not spam debug mode with an unused entity event
This commit is contained in:
parent
1f3590d488
commit
c575689f2e
1 changed files with 3 additions and 0 deletions
|
@ -295,6 +295,9 @@ public class JavaEntityEventTranslator extends PacketTranslator<ClientboundEntit
|
||||||
creakingEntity.createParticleBeam();
|
creakingEntity.createParticleBeam();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case SQUID_RESET_ROTATION:
|
||||||
|
// unused, but spams a bit
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
GeyserImpl.getInstance().getLogger().debug("unhandled entity event: " + packet);
|
GeyserImpl.getInstance().getLogger().debug("unhandled entity event: " + packet);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue