mirror of
https://github.com/correl/mage.git
synced 2025-04-06 01:04:10 -09:00
* Fixed "layout mismatch" error on open some decks (#4311);
This commit is contained in:
parent
cafd251e74
commit
5722b51d6e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class DckDeckImporter extends DeckImporter {
|
|||
|
||||
private static final Pattern layoutStackPattern = Pattern.compile("\\(([^)]*)\\)");
|
||||
|
||||
private static final Pattern layoutStackEntryPattern = Pattern.compile("\\[(\\w+[^:]\\w+):(\\d+)]"); // [MPSAK1321:43],[MPSAKH:9],[MPS123-AKH:32],[MPS-13AKH:30],[MPS-AKH:49],[MPS-AKH:11]
|
||||
private static final Pattern layoutStackEntryPattern = Pattern.compile("\\[(\\w+[^:]*\\w*):(\\d+)]"); // [JR:64],[MPSAK1321:43],[MPSAKH:9],[MPS123-AKH:32],[MPS-13AKH:30],[MPS-AKH:49],[MPS-AKH:11]
|
||||
|
||||
@Override
|
||||
protected void readLine(String line, DeckCardLists deckList) {
|
||||
|
|
Loading…
Add table
Reference in a new issue