mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Cherry-pick PR #2781 changes: add Yggdrasil authlib multi-user selection
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com> Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/729c8f37-946e-459d-b1e3-e4da4f4fddd1
This commit is contained in:
parent
f351b36681
commit
2a6922ccba
4 changed files with 32 additions and 2 deletions
|
|
@ -496,6 +496,9 @@ 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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue