mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
Fix AirBurst
- Remove 2nd instance of reloadVariables()
This commit is contained in:
parent
80ef1ba645
commit
8173c2cb56
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class AirBurst extends CoreAbility {
|
|||
if (containsPlayer(player, AirBurst.class))
|
||||
return;
|
||||
/* End Initial Checks */
|
||||
reloadVariables();
|
||||
//reloadVariables();
|
||||
starttime = System.currentTimeMillis();
|
||||
if (AvatarState.isAvatarState(player))
|
||||
chargetime = 0;
|
||||
|
|
Loading…
Reference in a new issue