1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-12 09:11:05 -09:00

remove set to self

This commit is contained in:
Ingmar Goudt 2018-09-28 15:18:06 +02:00
parent be5305da90
commit f4d9c98df7

View file

@ -65,7 +65,6 @@ class TazeemCantBlockAllEffect extends RestrictionEffect {
public TazeemCantBlockAllEffect() {
super(Duration.Custom);
this.filter = filter;
}
public TazeemCantBlockAllEffect(final TazeemCantBlockAllEffect effect) {