mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
e
This commit is contained in:
parent
196742a597
commit
81bb6f124e
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue