mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-11-01 01:42:18 +00:00
Fix FerroControl instances persisting
This commit is contained in:
parent
8302209b29
commit
6930b3cf71
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue