forked from ChomeNS/chomens-bot-java
fix sussy exploit
This commit is contained in:
parent
69a64eae28
commit
2cd9ceca8c
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ public class CorePlugin extends PositionPlugin.Listener {
|
|||
}
|
||||
|
||||
public void run (String command) {
|
||||
if (!ready) return;
|
||||
if (!ready || command.length() > 32767) return;
|
||||
|
||||
if (bot.options().useCore()) {
|
||||
if (isRateLimited() && hasRateLimit()) return;
|
||||
|
|
Loading…
Reference in a new issue