Merge pull request #437 from jedk1/master

Fix WaterSourcing
This commit is contained in:
OmniCypher 2016-03-02 17:47:25 -08:00
commit d90fcbb982

View file

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