Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 16:12:46 +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) {
|
if (otherSession != session) {
|
||||||
packet.setRuntimeEntityId(otherSession.getEntityCache().getEntityByJavaId(javaId).getGeyserId());
|
packet.setRuntimeEntityId(otherSession.getEntityCache().getEntityByJavaId(javaId).getGeyserId());
|
||||||
otherSession.sendUpstreamPacket(packet);
|
otherSession.sendUpstreamPacket(packet);
|
||||||
System.out.println(packet);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren