mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-02-17 03:32:36 +01:00
gfncvng
This commit is contained in:
parent
12f5c83175
commit
170f1b4760
@ -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];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user