Don't use new API

This commit is contained in:
Camotoy 2024-07-24 16:52:38 -04:00
parent 0296aeb5eb
commit fbea2cbfd6
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F

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;
}).resultNow();
}).getNow(false);
}
/**