Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-05 22:31:25 +08:00
parent 51163dd985
commit 14890d342a
3 changed files with 12 additions and 5 deletions

View File

@@ -33,6 +33,8 @@ class MemberGuardController
tops = list.take(3).toList();
if (list.length > 3) {
list.removeRange(0, 3);
} else {
list.clear();
}
}
return false;