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:
copilot-swe-agent[bot] 2026-03-20 21:40:35 +00:00
parent 56fffc6716
commit cf951337f6
4 changed files with 2 additions and 32 deletions

View file

@ -496,9 +496,6 @@ namespace MinecraftClient
public LoginMethod Method = LoginMethod.mcc;
[TomlInlineComment("$Main.General.AuthlibServer$")]
public AuthlibServer AuthServer = new(string.Empty);
[TomlInlineComment("$Main.General.AuthlibUser$")]
public string AuthUser = "";
public enum LoginType { mojang, microsoft,yggdrasil };