This commit is contained in:
Camotoy 2022-05-31 14:26:08 -04:00
parent 196742a597
commit 81bb6f124e
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F

View file

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