mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-16 10:55:11 +01:00
Updated MinecraftAuth usage
This commit is contained in:
parent
0eddc9ba05
commit
76f84af5da
@ -86,7 +86,7 @@ public class BedrockAccount extends Account {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void refreshRuntimeData(CloseableHttpClient httpClient) throws Throwable {
|
public void refreshRuntimeData(CloseableHttpClient httpClient) throws Throwable {
|
||||||
this.mcChain = new StepMCChain(null).applyStep(httpClient, this.mcChain.prevResult()); // Force refresh, because some servers check the issuedAt field
|
this.refresh(httpClient);
|
||||||
try {
|
try {
|
||||||
if (this.playFabToken == null) {
|
if (this.playFabToken == null) {
|
||||||
throw new NullPointerException();
|
throw new NullPointerException();
|
||||||
|
Loading…
Reference in New Issue
Block a user