Add fields from 1.19.20 to login chain data (#259)

* Update Properties

* Ci Fix
This commit is contained in:
CleSucre 2022-08-17 05:25:24 +02:00 committed by GitHub
commit 3a0071f0ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,10 @@ module.exports = (client, server, options) => {
ThirdPartyName: client.profile.name,
ThirdPartyNameOnly: false,
UIProfile: 0
UIProfile: 0,
IsEditorMode: false,
TrustedSkin: false
}
const customPayload = options.skinData || {}
payload = { ...payload, ...customPayload }