diff --git a/src/com/projectkorra/projectkorra/waterbending/Torrent.java b/src/com/projectkorra/projectkorra/waterbending/Torrent.java index e5ac018d..697c9c55 100644 --- a/src/com/projectkorra/projectkorra/waterbending/Torrent.java +++ b/src/com/projectkorra/projectkorra/waterbending/Torrent.java @@ -524,9 +524,8 @@ public class Torrent extends WaterAbility { if (tor.sourceSelected || tor.settingUp) { WaterReturn.emptyWaterBottle(player); - } else { - block.setType(Material.AIR); } + block.setType(Material.AIR); } } }