aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-10 11:19:11 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-10 11:19:11 +0200
commitc8a5bb9218e226b17c36905c90c6d77399fd13c6 (patch)
tree7e68821b28b765e366d1b866e6d9584b89489567 /src/main/java/at/hannibal2/skyhanni
parent27ab349e20957e0258f49d65c3de79be9ea7c2a4 (diff)
downloadskyhanni-c8a5bb9218e226b17c36905c90c6d77399fd13c6.tar.gz
skyhanni-c8a5bb9218e226b17c36905c90c6d77399fd13c6.tar.bz2
skyhanni-c8a5bb9218e226b17c36905c90c6d77399fd13c6.zip
Added warning to not disable repo auto update
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java3
1 files changed, 2 insertions, 1 deletions
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;