mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +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
|
||||
while (lineIterator.hasNext()) {
|
||||
/*while (lineIterator.hasNext()) {
|
||||
line = lineIterator.next();
|
||||
Matcher m = p.matcher(line);
|
||||
m.matches();
|
||||
@@ -358,7 +358,7 @@ public class DeckManager {
|
||||
for (int i = 0; i < count; i++) {
|
||||
d.addSideboard(cardName);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user