mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-05 20:39:59 -08:00
Fix typo in #L135 to conform with #L138 (#4182)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user