mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Add option to "update" blocks that are altered in P2 queues. (#3200)
This commit is contained in:
@ -674,7 +674,9 @@ public class Settings extends Config {
|
||||
" - 2 - Only execute lighting where blocks with light values are placed or removed/replaced",
|
||||
" - 3 - Always execute lighting (slowest)"})
|
||||
public static int LIGHTING_MODE = 1;
|
||||
|
||||
@Comment({"If blocks at the edges of queued operations should be set causing updates",
|
||||
" - Slightly slower, but prevents issues such as fences left connected to nothing"})
|
||||
public static boolean UPDATE_EDGES = true;
|
||||
}
|
||||
|
||||
@Comment("Settings related to tab completion")
|
||||
|
Reference in New Issue
Block a user