Skip to content

Commit

Permalink
尝试支持 5.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
CaaMoe committed Sep 30, 2023
1 parent 303a05c commit 41e7d41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class YggdrasilMinecraftSessionServiceInvocationHandler(
}

return Class.forName("com.mojang.authlib.yggdrasil.ProfileResult")
.getConstructor(Class.forName("com.mojang.authlib.GameProfile.GameProfile"))
.getConstructor(Class.forName("com.mojang.authlib.GameProfile"))
.newInstance(result)
}
}

0 comments on commit 41e7d41

Please sign in to comment.