mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
commit
3185b2df55
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;
|
||||
InitializeClient();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue