Player head icon fixes (#1049)

This commit is contained in:
ORelio 2020-06-09 23:31:37 +02:00
parent 7d3e7f66f6
commit d7b7ba85a4
2 changed files with 8 additions and 10 deletions

View file

@ -330,7 +330,7 @@ namespace MinecraftClient
{
if (Client != null) { Client.Disconnect(); ConsoleIO.Reset(); }
if (offlinePrompt != null) { offlinePrompt.Abort(); offlinePrompt = null; ConsoleIO.Reset(); }
if (Settings.playerHeadAsIcon) { ConsoleIcon.revertToCMDIcon(); }
if (Settings.playerHeadAsIcon) { ConsoleIcon.revertToMCCIcon(); }
Environment.Exit(0);
})).Start();
}