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