Merge pull request #276 from Simplicitee/patch-15

Fix FireBlast
This commit is contained in:
OmniCypher 2015-11-06 19:18:58 -08:00
commit 1923b7ef97

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();