mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Show username in title
Shows the username in console title to make identification easier when multiple instances of the client are running
This commit is contained in:
parent
1284017245
commit
bf87374b48
1 changed files with 3 additions and 0 deletions
|
|
@ -167,6 +167,9 @@ namespace MinecraftClient
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Set login as console title to identify it easier when multiple instances are running
|
||||||
|
Console.Title = "Console Client for MC - " + Settings.Login;
|
||||||
|
|
||||||
startupargs = args;
|
startupargs = args;
|
||||||
InitializeClient();
|
InitializeClient();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue