mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Revert "Stop using insecure UUIDs from non-XBL players"
This reverts commit 9baf59702b
.
I forgot this is also needed for the player list, and for skin updates
to work ... this will need to be revisited
This commit is contained in:
@ -95,7 +95,7 @@ class LoginPacketHandler extends PacketHandler{
|
||||
}else{
|
||||
$playerInfo = new PlayerInfo(
|
||||
$extraData->displayName,
|
||||
null, //we can't trust UUIDs of non-XBL players - replace this with a server-generated UUID
|
||||
$uuid,
|
||||
$skin,
|
||||
$clientData->LanguageCode,
|
||||
(array) $clientData
|
||||
|
Reference in New Issue
Block a user