Floodgate now uses identity instead of xuid

This commit is contained in:
Tim203 2020-03-09 21:32:19 +01:00
parent acc30f2432
commit 37d377b483
No known key found for this signature in database
GPG key ID: 064EE9F5BF7C3EE8
2 changed files with 8 additions and 6 deletions

View file

@ -221,7 +221,7 @@ public class GeyserSession implements CommandSender {
encrypted = EncryptionUtil.encryptBedrockData(publicKey, new BedrockData(
clientData.getGameVersion(),
authData.getName(),
authData.getXboxUUID(),
authData.getUUID(),
clientData.getDeviceOS().ordinal(),
clientData.getLanguageCode(),
clientData.getCurrentInputMode().ordinal(),