forked from GeyserMC/Geyser
Move back to XUID for Floodgate
The normal identity UUID caused problems and caused the bedrock client to crash when using Floodgate. This was likely because on bedrock edition, it's a version 3 UUID opposed to java edition which uses version 4.
This commit is contained in:
parent
7916492780
commit
e203cfd4a7
2 changed files with 6 additions and 6 deletions
|
@ -221,7 +221,7 @@ public class GeyserSession implements CommandSender {
|
|||
encrypted = EncryptionUtil.encryptBedrockData(publicKey, new BedrockData(
|
||||
clientData.getGameVersion(),
|
||||
authData.getName(),
|
||||
authData.getUUID(),
|
||||
authData.getXboxUUID(),
|
||||
clientData.getDeviceOS().ordinal(),
|
||||
clientData.getLanguageCode(),
|
||||
clientData.getCurrentInputMode().ordinal(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue