mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
Removed PPRE from the GrabbagImageSource
This commit is contained in:
parent
eca8e4669b
commit
fc3e8a3a6f
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ public enum GrabbagImageSource implements CardImageSource {
|
|||
|
||||
private static final Set<String> supportedSets = new LinkedHashSet<String>() {
|
||||
{
|
||||
add("PPRE");
|
||||
add("SWS");
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue