nasty compile error!

This commit is contained in:
Maxmtg
2013-04-27 18:15:36 +00:00
parent 7858460391
commit e28c415887

View File

@@ -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();