1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-28 19:29:14 +00:00
This commit is contained in:
Camotoy
2024-06-09 16:58:26 -04:00
parent ae6059bdc3
commit f954dd9b48

View File

@@ -1047,7 +1047,6 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
@Override
public void packetReceived(Session session, Packet packet) {
System.out.println(packet);
Registries.JAVA_PACKET_TRANSLATORS.translate(packet.getClass(), packet, GeyserSession.this);
}