mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Fix StackError due to deferredSections.
This commit is contained in:
@@ -211,10 +211,10 @@ public class Deck extends DeckBase implements Iterable<Entry<DeckSection, CardPo
|
|||||||
putSection(sec, pool);
|
putSection(sec, pool);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
deferredSections = null;
|
||||||
if (!hasExplicitlySpecifiedSet) {
|
if (!hasExplicitlySpecifiedSet) {
|
||||||
convertByXitaxMethod();
|
convertByXitaxMethod();
|
||||||
}
|
}
|
||||||
deferredSections = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void convertByXitaxMethod() {
|
private void convertByXitaxMethod() {
|
||||||
|
|||||||
Reference in New Issue
Block a user