Allow AutoRelog to relog on server login failed

- Add some explanations for adding a custom bot in the app
- Remove debug code in ConsoleIO (see previous commit)
This commit is contained in:
ORelio 2014-05-04 11:25:51 +02:00
parent a543620a80
commit 09bff17fc2
4 changed files with 15 additions and 12 deletions

View file

@ -164,13 +164,6 @@ namespace MinecraftClient
default:
if (k.KeyChar != 0)
AddChar(k.KeyChar);
/*
reading_lock = false;
WriteLine("CHAR: " + ((int)k.KeyChar));
if (!System.IO.File.Exists("debug-chars.txt")) { System.IO.File.Create("debug-chars.txt"); }
System.IO.File.AppendAllText("debug-chars.txt", "'" + k.KeyChar + "' " + ((int)k.KeyChar) + "\r\n");
reading_lock = true;
*/
break;
}
}