diff --git a/core/src/main/java/com/boydti/fawe/config/Settings.java b/core/src/main/java/com/boydti/fawe/config/Settings.java index 174e5a10..c8f53009 100644 --- a/core/src/main/java/com/boydti/fawe/config/Settings.java +++ b/core/src/main/java/com/boydti/fawe/config/Settings.java @@ -278,10 +278,9 @@ public class Settings extends Config { public static class LIGHTING { @Comment({ - "If chunk lighting should be done asynchronously:", - " - Async lighting is less intense, but more likely to glitch" + "If packet sending should be delayed until relight is finished", }) - public static boolean ASYNC = true; + public static boolean DELAY_PACKET_SENDING = true; @Comment({ "The relighting mode to use:", " - 0 = None (Do no relighting)",