Ignore meaningless event packets

This commit is contained in:
Him188 2019-11-21 12:28:00 +08:00
parent b6181a021b
commit 691de78cd6

View File

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