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

View File

@ -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)",