Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions MinecraftClient/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ static void Main(string[] args)
}
}

//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();
}
Expand Down