stop exploit leaks or simply long commands
This commit is contained in:
@@ -81,7 +81,8 @@ public class ChatPlugin extends Bot.Listener {
|
||||
|
||||
if (
|
||||
key.equals("advMode.setCommand.success") ||
|
||||
key.equals("advMode.notAllowed")
|
||||
key.equals("advMode.notAllowed") ||
|
||||
key.equals("multiplayer.message_not_delivered")
|
||||
) return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user