Updated ViaBedrock API usage

This commit is contained in:
RaphiMC 2023-10-20 16:45:00 +02:00
parent 56021e93d5
commit 2537ef5b4a
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94

View File

@ -111,7 +111,7 @@ public class MixinConnectScreen_1 {
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;
}