diff --git a/mirai-core/src/commonMain/kotlin/network/protocol/packet/login/ConfigPushSvc.kt b/mirai-core/src/commonMain/kotlin/network/protocol/packet/login/ConfigPushSvc.kt index cf2814733..591c42bce 100644 --- a/mirai-core/src/commonMain/kotlin/network/protocol/packet/login/ConfigPushSvc.kt +++ b/mirai-core/src/commonMain/kotlin/network/protocol/packet/login/ConfigPushSvc.kt @@ -57,6 +57,9 @@ internal class ConfigPushSvc { // @TarsId(3) val serverList2: List, // @TarsId(8) val serverList3: List, ) : JceStruct, PushReqResponse() { + override fun toString(): String { + return "ConfigPushSvc.PushReq.PushReqResponse.ChangeServer" + } @Serializable data class ServerInfo(