This commit is contained in:
sirjonasxx 2021-04-29 01:52:35 +02:00
parent 12f5c83175
commit 170f1b4760

View File

@ -36,6 +36,7 @@ public class HPacket implements StringifyAble {
HPacket packetFromString = PacketStringUtils.fromString(packet);
packetInBytes = packetFromString.packetInBytes;
identifier = packetFromString.identifier;
identifierDirection = packetFromString.identifierDirection;
} catch (InvalidPacketException e) {
packetInBytes = new byte[0];
}