mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
AutoRelog: Add debug messages (#740)
This commit is contained in:
parent
5b28179444
commit
9372d81738
2 changed files with 27 additions and 4 deletions
|
|
@ -189,7 +189,9 @@ namespace MinecraftClient
|
|||
if (ReconnectionAttemptsLeft > 0)
|
||||
{
|
||||
ConsoleIO.WriteLogLine("Waiting 5 seconds (" + ReconnectionAttemptsLeft + " attempts left)...");
|
||||
Thread.Sleep(5000); ReconnectionAttemptsLeft--; Program.Restart();
|
||||
Thread.Sleep(5000);
|
||||
ReconnectionAttemptsLeft--;
|
||||
Program.Restart();
|
||||
}
|
||||
else if (!singlecommand && Settings.interactiveMode)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue