stop exploit leaks or simply long commands
This commit is contained in:
parent
12e4087f26
commit
bb86bf80c7
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ public class ChatPlugin extends Bot.Listener {
|
||||||
|
|
||||||
if (
|
if (
|
||||||
key.equals("advMode.setCommand.success") ||
|
key.equals("advMode.setCommand.success") ||
|
||||||
key.equals("advMode.notAllowed")
|
key.equals("advMode.notAllowed") ||
|
||||||
|
key.equals("multiplayer.message_not_delivered")
|
||||||
) return;
|
) return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue