Add option to send packets before relight

This commit is contained in:
Jesse Boyd 2017-01-15 15:50:12 +11:00
parent 5e2d3b2523
commit 9d2e9212fa
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 2 additions and 3 deletions

View File

@ -278,10 +278,9 @@ public class Settings extends Config {
public static class LIGHTING { public static class LIGHTING {
@Comment({ @Comment({
"If chunk lighting should be done asynchronously:", "If packet sending should be delayed until relight is finished",
" - Async lighting is less intense, but more likely to glitch"
}) })
public static boolean ASYNC = true; public static boolean DELAY_PACKET_SENDING = true;
@Comment({ @Comment({
"The relighting mode to use:", "The relighting mode to use:",
" - 0 = None (Do no relighting)", " - 0 = None (Do no relighting)",