mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
Fix Charged Fireblast
- Removes fireblast being instantiated if a player stops sneaking whilst charging fireblast
This commit is contained in:
parent
80ef1ba645
commit
e286698e63
1 changed files with 0 additions and 1 deletions
|
@ -291,7 +291,6 @@ public class Fireball extends AddonAbility {
|
|||
}
|
||||
|
||||
if (!player.isSneaking() && !charged) {
|
||||
new FireBlast(player);
|
||||
remove();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue