mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
Merge pull request #277 from Simplicitee/patch-16
Fix Charged Fireblast
This commit is contained in:
commit
f5855e6552
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