Skip to content

Commit

Permalink
fix microsoft login #418
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirosakiMio committed Jun 26, 2024
1 parent 067efa6 commit 43a8818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ protected Map<String, String> getConfigurations() {
pair("${profile_name}", Optional.ofNullable(options.getProfileName()).orElse("Minecraft")),
pair("${version_type}", Optional.ofNullable(options.getVersionType()).orElse(version.getType().getId())),
pair("${game_directory}", repository.getRunDirectory(version.getId()).getAbsolutePath()),
pair("${user_type}", "mojang"),
pair("${user_type}", "msa"),
pair("${assets_index_name}", version.getAssetIndex().getId()),
pair("${user_properties}", authInfo.getUserProperties()),
pair("${resolution_width}", options.getWidth().toString()),
Expand Down

0 comments on commit 43a8818

Please sign in to comment.