We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21b3d3 commit d159e1fCopy full SHA for d159e1f
mirai-core/src/commonMain/kotlin/network/protocol/data/richstatus/RichStatus.kt
@@ -145,8 +145,8 @@ internal class RichStatus(
145
while (true) {
146
if (lastPosition < 5) return@theSwitch
147
148
- val var6 = byteBuffer.getInt()
149
- var var4 = byteBuffer.get().toIntUnsigned()
+ byteBuffer.getInt()
+ byteBuffer.get().toIntUnsigned()
150
151
// var9.topicsPos.add(new Pair(var6, var3));
152
lastPosition -= 5
0 commit comments