mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Disabled Sideboard parsing of deck files (because it currently chokes on the quest files).
This commit is contained in:
@@ -346,7 +346,7 @@ public class DeckManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//readDeck sideboard
|
//readDeck sideboard
|
||||||
while (lineIterator.hasNext()) {
|
/*while (lineIterator.hasNext()) {
|
||||||
line = lineIterator.next();
|
line = lineIterator.next();
|
||||||
Matcher m = p.matcher(line);
|
Matcher m = p.matcher(line);
|
||||||
m.matches();
|
m.matches();
|
||||||
@@ -358,7 +358,7 @@ public class DeckManager {
|
|||||||
for (int i = 0; i < count; i++) {
|
for (int i = 0; i < count; i++) {
|
||||||
d.addSideboard(cardName);
|
d.addSideboard(cardName);
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user