From 3a0071f0ef027b9c2f7a8b746b2c05b826de021b Mon Sep 17 00:00:00 2001 From: CleSucre <47931504+CleSucre@users.noreply.github.com> Date: Wed, 17 Aug 2022 05:25:24 +0200 Subject: [PATCH] Add fields from 1.19.20 to login chain data (#259) * Update Properties * Ci Fix --- src/handshake/login.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/handshake/login.js b/src/handshake/login.js index cf76d96..3c47e47 100644 --- a/src/handshake/login.js +++ b/src/handshake/login.js @@ -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 }