3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-08 12:32:53 +02:00

Changed a method name

Dieser Commit ist enthalten in:
Tim203 2019-11-30 15:32:13 +01:00
Ursprung 7d645fbf16
Commit b12256bc1e

Datei anzeigen

@ -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(),