mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Don't use new API
This commit is contained in:
parent
0296aeb5eb
commit
fbea2cbfd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue