This commit is contained in:
OmniCypher 2015-09-20 15:21:27 -07:00
parent c9e98eb53f
commit 988254ce18

View file

@ -226,7 +226,7 @@ public class BlockSource {
// Check the block in front of the player's eyes, it may have been created by a
// WaterBottle.
sourceBlock = WaterMethods.getWaterSourceBlock(player, range, allowPlant);
if (sourceBlock == null) {
if (sourceBlock == null || sourceBlock.getLocation().distance(player.getEyeLocation()) > 3) {
sourceBlock = null;
}
}