forked from GeyserMC/Geyser
Floodgate now uses identity instead of xuid
This commit is contained in:
parent
acc30f2432
commit
37d377b483
2 changed files with 8 additions and 6 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue