We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5707b commit e68f460Copy full SHA for e68f460
lib/plugins/entities.js
@@ -944,7 +944,7 @@ function extractSkinInformation (properties) {
944
return undefined
945
}
946
947
- const skinTexture = mojangson.parse(Buffer.from(props.textures.value, 'base64').toString('utf8'))
+ const skinTexture = JSON.parse(mojangson.parse(Buffer.from(props.textures.value, 'base64').toString('utf8')))
948
const skinTextureUrl = skinTexture?.textures?.SKIN?.url ?? undefined
949
const skinTextureModel = skinTexture?.textures?.SKIN?.metadata?.model ?? undefined
950
0 commit comments