mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-02 08:59:31 +01:00
Updated ViaBedrock API usage
This commit is contained in:
parent
56021e93d5
commit
2537ef5b4a
@ -111,7 +111,7 @@ public class MixinConnectScreen_1 {
|
|||||||
return;
|
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!");
|
ViaFabricPlus.LOGGER.info("Created AuthChainData for Bedrock authentication!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user