mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Revert to CMD icon on exit
Else CMD would still have the player head as icon
This commit is contained in:
parent
cb1edcb3b1
commit
47a3cdc783
2 changed files with 27 additions and 7 deletions
|
|
@ -289,6 +289,7 @@ namespace MinecraftClient
|
|||
private static void t_exit()
|
||||
{
|
||||
if (Client != null) { Client.Disconnect(); ConsoleIO.Reset(); }
|
||||
if (Settings.playerHeadAsIcon) { ConsoleIcon.revertToCMDIcon(); }
|
||||
Environment.Exit(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue