forked from GeyserMC/Geyser
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) {
|
||||
String encrypted = "";
|
||||
try {
|
||||
encrypted = EncryptionUtil.encryptFromInstance(publicKey, new BedrockData(
|
||||
encrypted = EncryptionUtil.encryptBedrockData(publicKey, new BedrockData(
|
||||
clientData.getGameVersion(),
|
||||
authenticationData.getName(),
|
||||
authenticationData.getXboxUUID(),
|
||||
|
|
Loading…
Reference in a new issue