From 37d9d3a11e2c2dae0bef895c2a139c4552808462 Mon Sep 17 00:00:00 2001 From: Iceee Date: Mon, 28 Jul 2014 02:47:31 -0500 Subject: [PATCH] Apply the better water lighting updates patch to receding water as well --- Spigot-Server-Patches/0029-Better-water-lighting-updates.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);