mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-15 13:00:12 +08:00
Switch on logger while debugging
This commit is contained in:
parent
84db241c94
commit
f1890783bd
@ -33,6 +33,7 @@ fun main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun ByteReadPacket.decodeMultiServerToClientPackets() {
|
fun ByteReadPacket.decodeMultiServerToClientPackets() {
|
||||||
|
PacketLogger.enable()
|
||||||
println("=======================处理服务器到客户端客户端=======================")
|
println("=======================处理服务器到客户端客户端=======================")
|
||||||
var count = 0
|
var count = 0
|
||||||
while (remaining != 0L) {
|
while (remaining != 0L) {
|
||||||
|
Loading…
Reference in New Issue
Block a user