Commit e3c23b35 authored by Him188's avatar Him188 Committed by Him188moe

Updated

parent 88be6d7a
...@@ -104,7 +104,7 @@ fun DataOutputStream.writeHex(hex: String) { ...@@ -104,7 +104,7 @@ fun DataOutputStream.writeHex(hex: String) {
if (s.isEmpty()) { if (s.isEmpty()) {
continue continue
} }
this.writeByte(s.toUByte(16).toByte().toInt()) this.writeByte(s.toUByte(16).toInt())
} }
} }
......
...@@ -70,8 +70,9 @@ class ClientGetGroupImageIDPacket( ...@@ -70,8 +70,9 @@ class ClientGetGroupImageIDPacket(
it.writeHex("60 04") it.writeHex("60 04")
it.writeHex("6A 05") it.writeHex("6A")
it.writeHex("32 36 36 35 36 05") it.writeHex("05")
it.writeHex("32 36 36 35 36 05")//6?
it.writeHex("70 00") it.writeHex("70 00")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment