Remove debug string

This commit is contained in:
Camotoy 2020-07-08 12:42:20 -04:00 committed by GitHub
parent bfdc452e3e
commit 9cc468cee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
}
}