mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +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);
|
final CustomLimited cd = new CustomLimited(data.get("Name"), slots);
|
||||||
cd.landSetCode = data.get("LandSetCode");
|
cd.landSetCode = data.get("LandSetCode");
|
||||||
cd.numPacks = data.getInt("NumPacks");
|
cd.numPacks = data.getInt("NumPacks");
|
||||||
cd.setSingleton(data.getBoolean("Singleton"));
|
cd.singleton = data.getBoolean("Singleton");
|
||||||
final Deck deckCube = cubes.get(data.get("DeckFile"));
|
final Deck deckCube = cubes.get(data.get("DeckFile"));
|
||||||
cd.cardPool = deckCube == null ? ItemPool.createFrom(CardDb.instance().getUniqueCards(), CardPrinted.class) : deckCube.getMain();
|
cd.cardPool = deckCube == null ? ItemPool.createFrom(CardDb.instance().getUniqueCards(), CardPrinted.class) : deckCube.getMain();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user