From 794f5c76dc295c04dc709558b41a6cbc666aa6ff 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/Better-water-lighting-updates.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/Better-water-lighting-updates.patch b/Spigot-Server-Patches/Better-water-lighting-updates.patch index bfa70dedfe..f16611a2cd 100644 --- a/Spigot-Server-Patches/Better-water-lighting-updates.patch +++ b/Spigot-Server-Patches/Better-water-lighting-updates.patch @@ -75,7 +75,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 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);