forked from External/mage
Removed obsolete Zone parameter in CardsImpl constructors.
This commit is contained in:
parent
65f4b4c2d7
commit
3dcdd7f046
66 changed files with 174 additions and 217 deletions
|
|
@ -30,7 +30,6 @@ package mage.game;
|
|||
|
||||
import java.io.Serializable;
|
||||
import java.util.UUID;
|
||||
import mage.constants.Zone;
|
||||
import mage.cards.CardsImpl;
|
||||
|
||||
/**
|
||||
|
|
@ -48,7 +47,7 @@ public class ExileZone extends CardsImpl implements Serializable {
|
|||
}
|
||||
|
||||
public ExileZone(UUID id, String name, boolean hidden) {
|
||||
super(Zone.EXILED);
|
||||
super();
|
||||
this.id = id;
|
||||
this.name = name;
|
||||
this.hidden = hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue