Fix FerroControl instances persisting

This commit is contained in:
Simp 2018-12-28 22:25:06 -05:00
parent 8302209b29
commit 6930b3cf71

View file

@ -27,6 +27,7 @@ public class FerroControl extends MetalAbility implements PassiveAbility {
@Override
public void progress() {
if (!this.player.isSneaking() || !this.bPlayer.canUsePassive(this) || !this.bPlayer.canBendPassive(this)) {
remove();
return;
}