DCO Remediation Commit for cullvox <cullvox@outlook.com>

I, cullvox <cullvox@outlook.com>, hereby add my Signed-off-by to this commit: 05f4214cc5

Signed-off-by: cullvox <cullvox@outlook.com>
This commit is contained in:
cullvox 2023-09-09 19:50:59 -04:00
parent 05f4214cc5
commit ef1dc2afac

View File

@ -197,7 +197,6 @@ bool processMCMeta(ResourcePack& pack, QByteArray&& raw_data)
if (desc_val.isString()) {
pack.setDescription(desc_val.toString());
} else if (desc_val.isArray()) {
// rebuild the description from the dictionaries without colors
QString build_desc;
auto arr = desc_val.toArray();