Fix WaterSourcing

This commit is contained in:
jedk1 2016-03-02 16:29:27 +00:00 committed by FinnBueno
parent 02b2f2a915
commit 3410c470df

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++) {