Player: get rid of CID requirement from player info, CID is still available via extradata if supported by client impl

this is useless for PM and it doesn't have any fit purpose for plugin use either, so it doesn't make sense to expose it to the API.
This commit is contained in:
Dylan K. Taylor
2019-08-21 18:17:31 +01:00
parent 018a4467bf
commit dbdcabcc56
3 changed files with 1 additions and 26 deletions

View File

@@ -92,7 +92,6 @@ class LoginPacketHandler extends PacketHandler{
$skin,
$packet->clientData[LoginPacket::I_LANGUAGE_CODE],
$packet->extraData[LoginPacket::I_XUID],
$packet->clientData[LoginPacket::I_CLIENT_RANDOM_ID],
$packet->clientData
));