mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
nasty compile error!
This commit is contained in:
@@ -106,7 +106,7 @@ public class CustomLimited extends DeckBase {
|
||||
final CustomLimited cd = new CustomLimited(data.get("Name"), slots);
|
||||
cd.landSetCode = data.get("LandSetCode");
|
||||
cd.numPacks = data.getInt("NumPacks");
|
||||
cd.setSingleton(data.getBoolean("Singleton"));
|
||||
cd.singleton = data.getBoolean("Singleton");
|
||||
final Deck deckCube = cubes.get(data.get("DeckFile"));
|
||||
cd.cardPool = deckCube == null ? ItemPool.createFrom(CardDb.instance().getUniqueCards(), CardPrinted.class) : deckCube.getMain();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user