mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
CardScanner now adds Expansions to the ExpansionRepository
This commit is contained in:
parent
0166975e83
commit
60289b43de
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ public class CardScanner {
|
|||
List<String> packages = new ArrayList<String>();
|
||||
for (ExpansionSet set : Sets.getInstance().values()) {
|
||||
packages.add(set.getPackageName());
|
||||
ExpansionRepository.instance.add(new ExpansionInfo(set));
|
||||
}
|
||||
|
||||
for (Class c : ClassScanner.findClasses(packages, CardImpl.class)) {
|
||||
|
|
Loading…
Reference in a new issue