isDurationEffectTick
-> shouldApplyEffectTickThisTick
This commit is contained in:
parent
6cf4d7fccb
commit
4fcde75b62
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ public class EndVeilEffect extends MobEffect {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isDurationEffectTick(int duration, int amplifier) {
|
public boolean shouldApplyEffectTickThisTick(int duration, int amplifier) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue