mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
Whoops
This commit is contained in:
parent
c9e98eb53f
commit
988254ce18
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue