From f80e8c8d114159ff4fc4535fab266d664b131fb5 Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Fri, 25 Sep 2020 20:08:28 +0100 Subject: [PATCH] For sake of allowing v5 -> v6 --- .../java/com/plotsquared/core/configuration/Settings.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java index aa1a1e512..450978c38 100644 --- a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java +++ b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java @@ -549,6 +549,10 @@ 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 = 0; + @Comment( + "For sake of allowing v5 -> v6" + ) + public static int TARGET_TIME = 30; } @Comment("Settings related to tab completion")