mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-02-21 13:22:37 +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);
|
HPacket packetFromString = PacketStringUtils.fromString(packet);
|
||||||
packetInBytes = packetFromString.packetInBytes;
|
packetInBytes = packetFromString.packetInBytes;
|
||||||
identifier = packetFromString.identifier;
|
identifier = packetFromString.identifier;
|
||||||
|
identifierDirection = packetFromString.identifierDirection;
|
||||||
} catch (InvalidPacketException e) {
|
} catch (InvalidPacketException e) {
|
||||||
packetInBytes = new byte[0];
|
packetInBytes = new byte[0];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user