Fix WaterSourcing

This commit is contained in:
jedk1 2016-03-02 16:29:27 +00:00
parent 66c7be3ddc
commit 7ac86b30f3

View file

@ -194,8 +194,6 @@ public abstract class WaterAbility extends ElementalAbility {
return null;
} else if (isWaterbendable(testBlock.getType())) {
return testBlock;
} else if (!isTransparent(player, testBlock)) {
return null;
}
for (double i = 0; i <= range; i++) {