mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 11:55:38 +01:00
change default lighting to 1
This commit is contained in:
parent
c0e90ddb33
commit
925978db8f
@ -546,11 +546,7 @@ public class Settings extends Config {
|
||||
" - 1 - Only execute lighting where blocks with light values are placed",
|
||||
" - 2 - Only execute lighting where blocks with light values are placed or removed/replaced",
|
||||
" - 3 - Always execute lighting (slowest)"})
|
||||
public static int LIGHTING_MODE = 0;
|
||||
@Comment(
|
||||
"For sake of allowing v5 -> v6"
|
||||
)
|
||||
public static int TARGET_TIME = 30;
|
||||
public static int LIGHTING_MODE = 1;
|
||||
}
|
||||
|
||||
@Comment("Settings related to tab completion")
|
||||
|
Loading…
Reference in New Issue
Block a user