Problems:

1) The AutoRelog ChatBot stopped trying to log in after the 3rd attempt.
2) The AutoRelog ChatBot stopped trying to log in after the internet connection was interrupted. MCC froze.

2 problems have been solved.
This commit is contained in:
Somersault 2026-07-18 21:37:52 +03:00
parent 142fb107db
commit 9e271a2f06
8 changed files with 668 additions and 327 deletions

View file

@ -131,7 +131,7 @@ namespace MinecraftClient.ChatBots
else if (CanReconnect())
{
message = GetVerbatim(message);
string comp = message.ToLower();
string comp = message.ToLowerInvariant();
LogDebugToConsole(string.Format(Translations.bot_autoRelog_disconnect_msg, message));