mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 22:16:14 +00:00
exploit
This commit is contained in:
parent
16472506c2
commit
f3a259384c
1 changed files with 2 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ public class ChatScreenMixin extends Screen {
|
||||||
|
|
||||||
final List<String> aliases = new ArrayList<>();
|
final List<String> aliases = new ArrayList<>();
|
||||||
for (ChomeNSBotCommand command : commands) {
|
for (ChomeNSBotCommand command : commands) {
|
||||||
|
if (command.trustLevel == ChomeNSBotCommand.TrustLevel.PUBLIC) continue;
|
||||||
|
|
||||||
aliases.addAll(command.aliases);
|
aliases.addAll(command.aliases);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue