mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-28 03:35:45 -05:00
Right aligned the regex check
decklist - Right aligned the regex check
This commit is contained in:
@@ -450,7 +450,7 @@ bool DeckList::loadFromStream_Plain(QTextStream &in)
|
||||
rx.setPattern("\\(.*\\)");
|
||||
line.remove(rx);
|
||||
//Filter out post card name editions
|
||||
rx.setPattern("\\|.*");
|
||||
rx.setPattern("\\|.*$");
|
||||
line.remove(rx);
|
||||
line = line.simplified();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user