mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Remove PR #2781 changes (Yggdrasil authlib multi-user selection), keep only PR #2927 GUI overhaul changes
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com> Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/0e842cb3-f397-4544-86d4-a99dcd150cd4
This commit is contained in:
parent
56fffc6716
commit
cf951337f6
4 changed files with 2 additions and 32 deletions
|
|
@ -657,24 +657,9 @@ namespace MinecraftClient.Protocol
|
|||
|
||||
ConsoleIO.WriteLine(Translations.mcc_avaliable_profiles + availableProfiles);
|
||||
|
||||
string selectedProfileName;
|
||||
|
||||
if (Config.Main.General.AuthUser == "")
|
||||
{
|
||||
ConsoleIO.WriteLine(Translations.mcc_select_profile);
|
||||
selectedProfileName = ConsoleIO.ReadLine();
|
||||
}
|
||||
else
|
||||
{
|
||||
selectedProfileName = Config.Main.General.AuthUser;
|
||||
|
||||
}
|
||||
|
||||
ConsoleIO.WriteLine(Translations.mcc_select_profile);
|
||||
string selectedProfileName = ConsoleIO.ReadLine();
|
||||
ConsoleIO.WriteLine(Translations.mcc_selected_profile + " " + selectedProfileName);
|
||||
|
||||
// ConsoleIO.WriteLine(Translations.mcc_select_profile);
|
||||
// string selectedProfileName = ConsoleIO.ReadLine();
|
||||
// ConsoleIO.WriteLine(Translations.mcc_selected_profile + " " + selectedProfileName);
|
||||
Json.JSONData? selectedProfile = null;
|
||||
foreach (Json.JSONData profile in loginResponse.Properties["availableProfiles"]
|
||||
.DataArray)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue