mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Don't write keys in canonical_name_form
This commit is contained in:
@@ -53,7 +53,7 @@ void Writer::writePending() {
|
||||
}
|
||||
indentation += 1;
|
||||
writeIndentation();
|
||||
writeUTF8(stream, canonical_name_form(pending_opened[i]));
|
||||
writeUTF8(stream, pending_opened[i]);
|
||||
}
|
||||
pending_opened.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user