mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-08 01:00:13 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
00ac8cb2c6
@ -37,7 +37,7 @@ class ServerTouchResponsePacket(private val type: Type, inputStream: DataInputSt
|
|||||||
|
|
||||||
when (data.readByte().toInt()) {
|
when (data.readByte().toInt()) {
|
||||||
0xFE -> {
|
0xFE -> {
|
||||||
println("0xfe")
|
data.skip(94)
|
||||||
serverIP = data.readIP()
|
serverIP = data.readIP()
|
||||||
}
|
}
|
||||||
0X00 -> {
|
0X00 -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user