diff --git a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/Proto.kt b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/Proto.kt index 56920ebb3..6df1a8bd1 100644 --- a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/Proto.kt +++ b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/Proto.kt @@ -112,7 +112,7 @@ class ProtoMap(map: MutableMap) : MutableMap "0x" + this.toUHexString("") + "($this)" is UByte -> "0x" + this.toUHexString() + "($this)" is UShort -> "0x" + this.toUHexString("") + "($this)"