mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-23 14:20:24 +08:00
Fix var name
This commit is contained in:
parent
1c285b1cb8
commit
849519afc6
@ -276,7 +276,7 @@ fun ByteReadPacket.decodeUni() {
|
||||
// 00 00 00 1A 43 6F 6E 66 69 67 50 75 73 68 53 76 63 2E 50 75 73 68 52 65 73 70
|
||||
// 00 00 00 08 02 B0 5B 8B
|
||||
// 00 00 00 04
|
||||
println(" 0 bytes=" + readBytes(readInt() - 4).toUHexString())
|
||||
println(" extraData=" + readBytes(readInt() - 4).toUHexString())
|
||||
}
|
||||
readBytes(readInt() - 4).debugPrint("Real body").read {
|
||||
// real body
|
||||
|
Loading…
Reference in New Issue
Block a user