mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
cool
This commit is contained in:
parent
e4c6178fc1
commit
103d2c66f5
@ -705,6 +705,11 @@ public class HPacket implements StringifyAble {
|
|||||||
return PacketStringUtils.predictedExpression(this, null);
|
return PacketStringUtils.predictedExpression(this, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void setBytes(byte[] bytes) {
|
||||||
|
this.isEdited = true;
|
||||||
|
this.packetInBytes = bytes;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String stringify() {
|
public String stringify() {
|
||||||
String st = null;
|
String st = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user