i forgor to remove the fard function

yea i used it for testing the chat queue thingy (it is fixed now ofc)
This commit is contained in:
Chayapak 2023-06-06 20:40:54 +07:00
parent 4d03a61382
commit 8adef0a3ea

View file

@ -209,12 +209,6 @@ public class ChatPlugin extends Bot.Listener {
}
}
public void fard () {
new Thread(() -> {
for (int i = 0; i < 69420; i++) queue.add("fard " + i);
}).start();
}
private void sendChatTick () {
if (queue.size() == 0) return;