MagicTheGathering / mtg-sdk-java

Magic: The Gathering SDK - Java
MIT License
67 stars 23 forks source link

set.getCards(); is returning null #19

Closed BrunoFerreiraBF closed 6 years ago

BrunoFerreiraBF commented 6 years ago

String setCode = "DRK"; MtgSet set = SetAPI.getSet(setCode);

System.out.println(set.getCards());

is allways null

thechucklingatom commented 6 years ago

I plan on taking a look at this one this weekend, thanks for the report.

thechucklingatom commented 6 years ago

Fixed in release 0.0.10 by commit f3f7c5ad08e6ff5ec2a2a3be5330ac77b9c89e92

Lakuna commented 5 years ago

This appears to have stopped working again.

thechucklingatom commented 5 years ago

Different issue. That was just for a single set.