mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-06 08:00:10 +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()) {
|
||||
0xFE -> {
|
||||
println("0xfe")
|
||||
data.skip(94)
|
||||
serverIP = data.readIP()
|
||||
}
|
||||
0X00 -> {
|
||||
|
Loading…
Reference in New Issue
Block a user