Use resultNow since we know the future is always done when onMicrosoftLoginComplete is called

This commit is contained in:
AlexProgrammerDE 2024-07-24 08:55:14 +02:00
parent 37338b72d7
commit 0296aeb5eb

View file

@ -874,7 +874,7 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
// Save our auth chain for later use
geyser.saveAuthChain(bedrockUsername(), GSON.toJson(result.step().toJson(result.session())));
return true;
}).join();
}).resultNow();
}
/**