diff --git a/mirai-core/src/commonMain/kotlin/network/protocol/packet/list/StrangerList.kt b/mirai-core/src/commonMain/kotlin/network/protocol/packet/list/StrangerList.kt index 3e43fe8fc..f1a0f6b95 100644 --- a/mirai-core/src/commonMain/kotlin/network/protocol/packet/list/StrangerList.kt +++ b/mirai-core/src/commonMain/kotlin/network/protocol/packet/list/StrangerList.kt @@ -32,7 +32,7 @@ internal class StrangerList { class Response(val result: Int, val strangerList: List) : Packet { override fun toString(): String { - return "StrangerList.GetStrangerList(result=$result)" + return "StrangerList.GetStrangerList.Response(result=$result)" } }