diff --git a/src/com/projectkorra/ProjectKorra/waterbending/WaterWave.java b/src/com/projectkorra/ProjectKorra/waterbending/WaterWave.java index c1bec027..526fe01f 100644 --- a/src/com/projectkorra/ProjectKorra/waterbending/WaterWave.java +++ b/src/com/projectkorra/ProjectKorra/waterbending/WaterWave.java @@ -103,6 +103,9 @@ public class WaterWave } else if(type == AbilityType.SHIFT) { + if(direction == null){ + direction = player.getEyeLocation().getDirection(); + } if(!charging) { if(!containsType(player, AbilityType.CLICK)){