Skip to content

Commit

Permalink
Merge pull request #13 from 3arthqu4ke/bugfixes
Browse files Browse the repository at this point in the history
Fixed LoginCommand not logging properly
  • Loading branch information
3arthqu4ke authored Aug 25, 2024
2 parents cc06da0 + 4a8a8ab commit 513dc97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1_18/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'java'
id 'maven-publish'
id 'xyz.wagyourtail.unimined' version '1.1.1'
id 'xyz.wagyourtail.unimined' version '1.3.9'
}

group 'me.earth.headlessmc'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected void onSuccessfulLogin(StepFullJavaSession.FullJavaSession fullJavaSes
fullJavaSession.getMcProfile().getId(),
fullJavaSession.getMcProfile().getMcToken().getAccessToken());
mc.setMcAccount(mcAccount);
ctx.log("Logged in with " + mcAccount + " successfully.");
ctx.log("Logged in with " + mcAccount.getName() + " successfully.");
}

}

0 comments on commit 513dc97

Please sign in to comment.