diff --git a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/network/protocol/tim/packet/login/Touch.kt b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/network/protocol/tim/packet/login/Touch.kt index 091a3e660..edd557905 100644 --- a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/network/protocol/tim/packet/login/Touch.kt +++ b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/network/protocol/tim/packet/login/Touch.kt @@ -16,7 +16,7 @@ object TouchKey : DecrypterByteArray, DecrypterType { } /** - * The packet to sendTouch server, that is, to start the connection to the server. + * 与服务器建立连接的第一个包 * * @author Him188moe */