Merge pull request #2781 from a08381/authlib-multi-user

This commit is contained in:
Anon 2026-03-22 16:36:20 +01:00 committed by GitHub
commit 4fb4c018e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 2 deletions

View file

@ -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 };