Дополнительная отладка
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user