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) {