diff --git a/src/com/projectkorra/projectkorra/firebending/FireBlast.java b/src/com/projectkorra/projectkorra/firebending/FireBlast.java index 3411bb55..52a0fedf 100644 --- a/src/com/projectkorra/projectkorra/firebending/FireBlast.java +++ b/src/com/projectkorra/projectkorra/firebending/FireBlast.java @@ -90,7 +90,7 @@ public class FireBlast extends CoreAbility { return; } /* End Initial Checks */ - reloadVariables(); + //reloadVariables(); range = FireMethods.getFirebendingDayAugment(range, player.getWorld()); this.player = player; location = player.getEyeLocation();