[LTC] Implement Taunt from the Rampart (#10717)

This commit is contained in:
Susucre 2023-08-01 05:52:15 +02:00 committed by GitHub
parent 67407a8780
commit 378fd2743e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 1 deletions

View file

@ -20,7 +20,7 @@ public class CantBlockAllEffect extends RestrictionEffect {
this.filter = filter;
}
public CantBlockAllEffect(final CantBlockAllEffect effect) {
protected CantBlockAllEffect(final CantBlockAllEffect effect) {
super(effect);
this.filter = effect.filter;
}