diff --git a/src/com/projectkorra/projectkorra/waterbending/SurgeWall.java b/src/com/projectkorra/projectkorra/waterbending/SurgeWall.java index f2845bbc..7e7d9ab7 100644 --- a/src/com/projectkorra/projectkorra/waterbending/SurgeWall.java +++ b/src/com/projectkorra/projectkorra/waterbending/SurgeWall.java @@ -496,7 +496,7 @@ public class SurgeWall extends WaterAbility { private void returnWater() { if (this.location != null) { if (this.frozen) { - this.location.getBlock().setType(Material.WATER); + this.thaw(); } new WaterReturn(this.player, this.location.getBlock()); }