Commit f1890783 authored by Him188's avatar Him188

Switch on logger while debugging

parent 84db241c
...@@ -33,6 +33,7 @@ fun main() { ...@@ -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) {
......
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