forked from External/mage
remove redundant this.targetName = filter.getMessage();
not necessary when same code exists in superclass constructor
This commit is contained in:
parent
6ac8c8e251
commit
43b0d4ef97
20 changed files with 0 additions and 21 deletions
|
|
@ -75,7 +75,6 @@ public class TargetSpellOrPermanent extends TargetImpl {
|
|||
this.minNumberOfTargets = minNumTargets;
|
||||
this.maxNumberOfTargets = maxNumTargets;
|
||||
this.zone = Zone.ALL;
|
||||
this.targetName = filter.getMessage();
|
||||
this.notTarget = notTarget;
|
||||
this.filter = filter;
|
||||
this.targetName = filter.getMessage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue