mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-21 11:09:10 +08:00
Fix mute all not working; Fix #1181
This commit is contained in:
parent
8d3a4fbf5b
commit
509c0d3d06
@ -225,7 +225,7 @@ internal class TroopManagement {
|
||||
groupCode: Long,
|
||||
switch: Boolean
|
||||
): OutgoingPacket = impl(client, groupCode) {
|
||||
shutupTime = if (switch) 1 else 0
|
||||
shutupTime = if (switch) 0x0FFFFFFF else 0
|
||||
}
|
||||
|
||||
private inline fun impl(
|
||||
|
Loading…
Reference in New Issue
Block a user