1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-25 01:39:29 +00:00
This commit is contained in:
Camotoy
2022-05-31 14:26:08 -04:00
parent 196742a597
commit 81bb6f124e

View File

@@ -48,7 +48,6 @@ public class JavaEntityEventTranslator extends PacketTranslator<ClientboundEntit
@Override
public void translate(GeyserSession session, ClientboundEntityEventPacket packet) {
System.out.println(packet);
Entity entity = session.getEntityCache().getEntityByJavaId(packet.getEntityId());
if (entity == null)
return;