1
0
Fork 0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-02-21 12:17:29 +01:00
This commit is contained in:
Camotoy 2024-06-09 16:58:26 -04:00
parent ae6059bdc3
commit f954dd9b48
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F

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