From b5a7d7fd2904943286965a8d99d9d10a0814b1ac Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 8 Mar 2016 16:23:28 -0600 Subject: [PATCH] Forcibly disable async light updates for the time being --- .../0030-Configurable-async-light-updates.patch | 6 +++--- ...0032-Configurable-end-credits-when-leaving-the-end.patch | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Spigot-Server-Patches/0030-Configurable-async-light-updates.patch b/Spigot-Server-Patches/0030-Configurable-async-light-updates.patch index 6c79bcbf0..7d3083ecc 100644 --- a/Spigot-Server-Patches/0030-Configurable-async-light-updates.patch +++ b/Spigot-Server-Patches/0030-Configurable-async-light-updates.patch @@ -1,11 +1,11 @@ -From 15724de66ac3129e18cda0835ebe6142dee6233a Mon Sep 17 00:00:00 2001 +From 712fee2a1cf2121a90ca3aeb86ca6a9213527da9 Mon Sep 17 00:00:00 2001 From: Byteflux Date: Wed, 2 Mar 2016 00:52:31 -0600 Subject: [PATCH] Configurable async light updates diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java -index 28e3e3c..402ed0a 100644 +index 28e3e3c..5504cfe 100644 --- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java +++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java @@ -158,4 +158,9 @@ public class PaperWorldConfig { @@ -14,7 +14,7 @@ index 28e3e3c..402ed0a 100644 + 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/0032-Configurable-end-credits-when-leaving-the-end.patch b/Spigot-Server-Patches/0032-Configurable-end-credits-when-leaving-the-end.patch index 694bdc4f3..9be7d1e6d 100644 --- a/Spigot-Server-Patches/0032-Configurable-end-credits-when-leaving-the-end.patch +++ b/Spigot-Server-Patches/0032-Configurable-end-credits-when-leaving-the-end.patch @@ -1,15 +1,15 @@ -From b371b108ede6a29124b6805ca2992a742d9f4581 Mon Sep 17 00:00:00 2001 +From e6a7755229623e86993c9082866072172ce1801e Mon Sep 17 00:00:00 2001 From: DoctorDark Date: Wed, 2 Mar 2016 01:17:06 -0600 Subject: [PATCH] Configurable end credits when leaving the end diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java -index 402ed0a..e52b9f4 100644 +index 5504cfe..6dc7e4c 100644 --- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java +++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java @@ -163,4 +163,10 @@ public class PaperWorldConfig { - useAsyncLighting = getBoolean( "use-async-lighting", false ); + useAsyncLighting = false; //getBoolean( "use-async-lighting", false ); log("World async lighting: " + useAsyncLighting); } +