diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-10 11:19:11 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-10 11:19:11 +0200 |
commit | c8a5bb9218e226b17c36905c90c6d77399fd13c6 (patch) | |
tree | 7e68821b28b765e366d1b866e6d9584b89489567 /src/main/java/at/hannibal2/skyhanni | |
parent | 27ab349e20957e0258f49d65c3de79be9ea7c2a4 (diff) | |
download | skyhanni-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.java | 3 |
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; |