stop exploit leaks or simply long commands

This commit is contained in:
Chayapak 2024-10-23 07:50:29 +07:00
parent 12e4087f26
commit bb86bf80c7

View file

@ -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;
} }