From 4ff94ab64eccea83e4db9ae2a3df4c97ebbc834f Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Tue, 8 Mar 2016 16:23:28 -0600 Subject: [PATCH] Forcibly disable async light updates for the time being --- Spigot-Server-Patches/Configurable-async-light-updates.patch | 2 +- .../Configurable-end-credits-when-leaving-the-end.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Spigot-Server-Patches/Configurable-async-light-updates.patch b/Spigot-Server-Patches/Configurable-async-light-updates.patch index 89f42beac..d9bff60b8 100644 --- a/Spigot-Server-Patches/Configurable-async-light-updates.patch +++ b/Spigot-Server-Patches/Configurable-async-light-updates.patch @@ -14,7 +14,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + public boolean useAsyncLighting; + private void useAsyncLighting() { -+ useAsyncLighting = getBoolean( "use-async-lighting", false ); ++ useAsyncLighting = false; //getBoolean( "use-async-lighting", false ); + log("World async lighting: " + useAsyncLighting); + } } diff --git a/Spigot-Server-Patches/Configurable-end-credits-when-leaving-the-end.patch b/Spigot-Server-Patches/Configurable-end-credits-when-leaving-the-end.patch index 8a4f3e142..ef466724e 100644 --- a/Spigot-Server-Patches/Configurable-end-credits-when-leaving-the-end.patch +++ b/Spigot-Server-Patches/Configurable-end-credits-when-leaving-the-end.patch @@ -9,7 +9,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 --- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java +++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java @@ -0,0 +0,0 @@ public class PaperWorldConfig { - useAsyncLighting = getBoolean( "use-async-lighting", false ); + useAsyncLighting = false; //getBoolean( "use-async-lighting", false ); log("World async lighting: " + useAsyncLighting); } +