Skip to content

Commit

Permalink
Updated ViaBedrock API usage
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Oct 20, 2023
1 parent 56021e9 commit 2537ef5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void setupConnectionSessions(CallbackInfo ci) {
return;
}

userConnection.put(new AuthChainData(userConnection, account.mojangJwt(), account.identityJwt(), account.publicKey(), account.privateKey(), deviceId, playFabId));
userConnection.put(new AuthChainData(account.mojangJwt(), account.identityJwt(), account.publicKey(), account.privateKey(), deviceId, playFabId));
ViaFabricPlus.LOGGER.info("Created AuthChainData for Bedrock authentication!");
return;
}
Expand Down

0 comments on commit 2537ef5

Please sign in to comment.