Add fields from 1.19.20 to login chain data (#259)
* Update Properties * Ci Fix
This commit is contained in:
parent
e10c6133ec
commit
3a0071f0ef
1 changed files with 4 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue