mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fix class name mis-match
This commit is contained in:
parent
4d335fc396
commit
755569d996
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ import mage.constants.SetType;
|
|||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
public class Modern extends Constructed {
|
||||
public class ModernNoBannedList extends Constructed {
|
||||
|
||||
public Modern() {
|
||||
public ModernNoBannedList() {
|
||||
super("Constructed - Modern - No Banned List");
|
||||
|
||||
Date cutoff = new GregorianCalendar(2003, 6, 28).getTime(); // Eight edition release date
|
||||
|
|
Loading…
Reference in a new issue