|
@@ -553,6 +553,7 @@ public class BotGame {
|
|
//l.trace("MSG sent");
|
|
//l.trace("MSG sent");
|
|
while(!returnMsgs.isEmpty())
|
|
while(!returnMsgs.isEmpty())
|
|
{
|
|
{
|
|
|
|
+ // FUCK YOU DUMB IDIOT; NO THREAD.SLEEP() HERE!!!!!11!!11elf
|
|
String returnMsg = returnMsgs.poll();
|
|
String returnMsg = returnMsgs.poll();
|
|
if(returnMsg == null)
|
|
if(returnMsg == null)
|
|
{
|
|
{
|