mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Player head as console icon
For Windows only Idea from TNT-UP
This commit is contained in:
parent
168f8c4d99
commit
42e706d1a7
5 changed files with 63 additions and 5 deletions
|
|
@ -127,11 +127,13 @@ namespace MinecraftClient
|
|||
if (result == ProtocolHandler.LoginResult.Success)
|
||||
{
|
||||
if (Settings.ConsoleTitle != "")
|
||||
{
|
||||
Console.Title = Settings.expandVars(Settings.ConsoleTitle);
|
||||
}
|
||||
|
||||
|
||||
if (Settings.playerHeadAsIcon)
|
||||
ConsoleIcon.setPlayerIconAsync(Settings.Username);
|
||||
|
||||
Console.WriteLine("Success. (session ID: " + sessionID + ')');
|
||||
|
||||
if (Settings.ServerIP == "")
|
||||
{
|
||||
Console.Write("Server IP : ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue