Skip to content

Commit

Permalink
user_type set msa
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdhs committed Oct 14, 2023
1 parent 1edc330 commit 67b5dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/arguments.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (g *Gameinfo) argumentsrelace(s string, l *launcher1155) (string, error) {
s = strings.ReplaceAll(s, "${auth_uuid}", g.UUID)
s = strings.ReplaceAll(s, "${auth_access_token}", g.AccessToken)
s = strings.ReplaceAll(s, "${auth_session}", g.AccessToken)
s = strings.ReplaceAll(s, "${user_type}", "mojang")
s = strings.ReplaceAll(s, "${user_type}", "msa")
s = strings.ReplaceAll(s, "${version_type}", Launcherbrand+" "+Launcherversion)
if g.Userproperties == "" {
g.Userproperties = "{}"
Expand Down

0 comments on commit 67b5dfa

Please sign in to comment.