Fix typo in #L135 to conform with #L138 (#4182)

This commit is contained in:
leiftw 2020-11-24 20:58:28 +01:00 committed by GitHub
parent 46cf50d468
commit b0239c11ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ CardInfoPtr OracleImporter::addCard(QString name,
sortAndReduceColors(allColors);
properties.insert("colors", allColors);
}
QString allColorIdent = properties.value("colorIdenity").toString();
QString allColorIdent = properties.value("coloridentity").toString();
if (allColorIdent.size() > 1) {
sortAndReduceColors(allColorIdent);
properties.insert("coloridentity", allColorIdent);