Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 00:00:41 +01:00
Remove debug string
Dieser Commit ist enthalten in:
Ursprung
bfdc452e3e
Commit
9cc468cee9
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren