Commit 9531ed8a authored by Him188's avatar Him188

Fix build

parent 83f721c5
......@@ -568,7 +568,7 @@ internal abstract class QQAndroidBotBase constructor(
network.run {
val data = message.calculateValidationDataForGroup(
sequenceId = sequenceId,
random = Random.nextInt().absoluteValue.toUInt(),
random = Random.nextInt().absoluteValue,
groupCode = groupCode
)
......
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