AutoRelog: Add debug messages (#740)

This commit is contained in:
ORelio 2019-05-30 11:45:43 +02:00
parent 5b28179444
commit 9372d81738
2 changed files with 27 additions and 4 deletions

View file

@ -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)
{