Merge remote-tracking branch 'origin/master'

This commit is contained in:
Him188moe 2019-08-18 15:34:31 +08:00
commit 00ac8cb2c6

View File

@ -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 -> {