mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
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:
parent
a543620a80
commit
09bff17fc2
4 changed files with 15 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue