mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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);
|
||||
}
|
||||
|
||||
deferredSections = null;
|
||||
if (!hasExplicitlySpecifiedSet) {
|
||||
convertByXitaxMethod();
|
||||
}
|
||||
deferredSections = null;
|
||||
}
|
||||
|
||||
private void convertByXitaxMethod() {
|
||||
|
||||
Reference in New Issue
Block a user