diff --git a/Spigot-Server-Patches/0029-Better-water-lighting-updates.patch b/Spigot-Server-Patches/0029-Better-water-lighting-updates.patch index 6bfd2cf9b..57d84b8c2 100644 --- a/Spigot-Server-Patches/0029-Better-water-lighting-updates.patch +++ b/Spigot-Server-Patches/0029-Better-water-lighting-updates.patch @@ -75,7 +75,7 @@ index 406aead..d284614 100644 if (j2 != k2 && (j2 < k2 || this.getBrightness(EnumSkyBlock.SKY, i, j, k) > 0 || this.getBrightness(EnumSkyBlock.BLOCK, i, j, k) > 0)) { - this.e(i, k); + // PaperSpigot start -+ if(block.material == Material.WATER) { ++ if(block.material == Material.WATER || block1.material == Material.WATER) { + this.scheduleWaterLightingUpdate(i, k); + } else { + this.e(i, k);