Commit 691de78c authored by Him188's avatar Him188

Ignore meaningless event packets

parent b6181a02
......@@ -9,7 +9,8 @@ object IgnoredEventPacket : EventPacket
object IgnoredEventIds : List<IgnoredEventParserAndHandler> by {
listOf(
0x0021u
0x0021u,
0x0210u // 新朋友等字符串通知
).map { IgnoredEventParserAndHandler(it.toUShort()) }
}()
......
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