forked from GeyserMC/Geyser
Remove debug string
This commit is contained in:
parent
bfdc452e3e
commit
9cc468cee9
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ public class BedrockEmoteTranslator extends PacketTranslator<EmotePacket> {
|
|||
if (otherSession != session) {
|
||||
packet.setRuntimeEntityId(otherSession.getEntityCache().getEntityByJavaId(javaId).getGeyserId());
|
||||
otherSession.sendUpstreamPacket(packet);
|
||||
System.out.println(packet);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue