mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
Fixed a bug in TargetPermanentOrPlayer-
This commit is contained in:
parent
814bb081a7
commit
3c97dc5fde
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ public class TargetPermanentOrPlayer extends TargetImpl<TargetPermanentOrPlayer>
|
|||
public TargetPermanentOrPlayer(final TargetPermanentOrPlayer target) {
|
||||
super(target);
|
||||
this.filter = target.filter.copy();
|
||||
this.filterPermanent = target.filterPermanent.copy();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue