From c8a5bb9218e226b17c36905c90c6d77399fd13c6 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 10 Jul 2023 11:19:11 +0200 Subject: Added warning to not disable repo auto update --- src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java index 60593471d..08f9fe4e2 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java @@ -8,7 +8,8 @@ import org.lwjgl.input.Keyboard; public class DevConfig { @Expose - @ConfigOption(name = "Repo Auto Update", desc = "Update the repository on every startup.") + @ConfigOption(name = "Repo Auto Update", desc = "Update the repository on every startup.\n" + + "§cOnly disable this if you know what you are doing!") @ConfigEditorBoolean public boolean repoAutoUpdate = true; -- cgit