Fix typo in #L135 to conform with #L138 (#4182)
This commit is contained in:
parent
46cf50d468
commit
b0239c11ab
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue