From 8d5e329eea8911b48afe5cd36989d895b4659347 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Tue, 16 Jan 2018 13:33:43 +1100 Subject: [PATCH] Fix remove lighting end --- core/src/main/java/com/boydti/fawe/example/NMSRelighter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/boydti/fawe/example/NMSRelighter.java b/core/src/main/java/com/boydti/fawe/example/NMSRelighter.java index 3a91b86a..cbeb108b 100644 --- a/core/src/main/java/com/boydti/fawe/example/NMSRelighter.java +++ b/core/src/main/java/com/boydti/fawe/example/NMSRelighter.java @@ -59,7 +59,7 @@ public class NMSRelighter implements Relighter { @Override public synchronized void removeAndRelight(boolean sky) { removeFirst = true; - fixLightingSafe(true); + fixLightingSafe(sky); removeFirst = false; }