mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Changed a method name
This commit is contained in:
parent
7d645fbf16
commit
b12256bc1e
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ public class GeyserSession implements Player {
|
||||||
if (event.getPacket() instanceof HandshakePacket && floodgate) {
|
if (event.getPacket() instanceof HandshakePacket && floodgate) {
|
||||||
String encrypted = "";
|
String encrypted = "";
|
||||||
try {
|
try {
|
||||||
encrypted = EncryptionUtil.encryptFromInstance(publicKey, new BedrockData(
|
encrypted = EncryptionUtil.encryptBedrockData(publicKey, new BedrockData(
|
||||||
clientData.getGameVersion(),
|
clientData.getGameVersion(),
|
||||||
authenticationData.getName(),
|
authenticationData.getName(),
|
||||||
authenticationData.getXboxUUID(),
|
authenticationData.getXboxUUID(),
|
||||||
|
|
Loading…
Reference in a new issue