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:
parent
4d03a61382
commit
8adef0a3ea
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue