Merge pull request #275 from Simplicitee/patch-14

Fix AirBurst
This commit is contained in:
OmniCypher 2015-11-06 19:18:52 -08:00
commit 957c1cbef0

View file

@ -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;