Commit 00ac8cb2 authored by Him188moe's avatar Him188moe

Merge remote-tracking branch 'origin/master'

parents fc7e756f 59fbbd5c
......@@ -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 -> {
......
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