Skip to content

Commit

Permalink
fixed GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Sep 26, 2023
1 parent 5e7e580 commit eb4ccb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ authenticator.setPassword(password);
authenticator.logIn();

if (authenticator.isLoggedIn()) {
final GameProfile profile = authenticator.getSelectedProfile();
final GameProfile profile = authenticator.getCurrentProfile();

// Do something with the profile
}
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit eb4ccb2

Please sign in to comment.