Дополнительная отладка

This commit is contained in:
RoyceDa
2026-02-18 21:40:00 +02:00
parent 128c65d041
commit c59118c366

View File

@@ -40,6 +40,7 @@ public class PacketFactory {
packet.read(stream); packet.read(stream);
return packet; return packet;
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace();
throw new ProtocolException("Failed to create packet with id " + packetId); throw new ProtocolException("Failed to create packet with id " + packetId);
} }
} }