Description
When using detectSkullValueType(String), not all TEXTURE_HASHes are detected correctly due to the length restriction on MOJANG_SHA256_APPROX. Example: 0a4050e7aacc4539202658fdc339dd182d7e322f9fbcc4d5f99b5718a is a valid texture hash (link), but since it's only 57 characters long, it's not properly detected.
Version
Logic error, affects all server versions.
XSeries 9.7.0
Description When using
detectSkullValueType(String)
, not allTEXTURE_HASH
es are detected correctly due to the length restriction onMOJANG_SHA256_APPROX
. Example:0a4050e7aacc4539202658fdc339dd182d7e322f9fbcc4d5f99b5718a
is a valid texture hash (link), but since it's only 57 characters long, it's not properly detected.Version Logic error, affects all server versions. XSeries 9.7.0