diff options
-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; |