Fix FireBlast

- Remove 2nd instance of reloadVariables()
This commit is contained in:
Simplicitee 2015-11-06 13:24:18 -05:00
parent 80ef1ba645
commit e44a9d0ae3

View file

@ -90,7 +90,7 @@ public class FireBlast extends CoreAbility {
return; return;
} }
/* End Initial Checks */ /* End Initial Checks */
reloadVariables(); //reloadVariables();
range = FireMethods.getFirebendingDayAugment(range, player.getWorld()); range = FireMethods.getFirebendingDayAugment(range, player.getWorld());
this.player = player; this.player = player;
location = player.getEyeLocation(); location = player.getEyeLocation();