mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Merge remote-tracking branch 'origin/minecraftauth' into minecraftauth
This commit is contained in:
commit
6cb27a1d0c
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public class BedrockSetLocalPlayerAsInitializedTranslator extends PacketTranslat
|
|||
if (session.getGeyser().authChainFor(session.bedrockUsername()) == null) {
|
||||
LoginEncryptionUtils.buildAndShowConsentWindow(session);
|
||||
} else {
|
||||
// If the refresh token is not null and we're here, then the refresh token expired
|
||||
// If the auth chain is not null and we're here, then it expired
|
||||
// and the expiration form has been cached
|
||||
session.getFormCache().resendAllForms();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue