diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-15 22:07:19 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-15 22:07:19 +0100 |
commit | 5b69a86a091f266b0ec0b94c1b3ab38327b7dfd9 (patch) | |
tree | 20e30726be923a726b132bd9cfa41ed11cb05178 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 1ccfb31b94a4b0809cf4b77925bce9861e5aecc6 (diff) | |
download | skyhanni-5b69a86a091f266b0ec0b94c1b3ab38327b7dfd9.tar.gz skyhanni-5b69a86a091f266b0ec0b94c1b3ab38327b7dfd9.tar.bz2 skyhanni-5b69a86a091f266b0ec0b94c1b3ab38327b7dfd9.zip |
Added console filter 'Couldn't download http texture'.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/DevData.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/DevData.java b/src/main/java/at/hannibal2/skyhanni/config/features/DevData.java index 85b527947..0c8f29eb3 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/DevData.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/DevData.java @@ -125,6 +125,12 @@ public class DevData { public boolean filterBiomeIdBounds = false; @Expose + @ConfigOption(name = "Http Texture", desc = "Filter message 'Couldn't download http texture'.") + @ConfigEditorBoolean + @ConfigAccordionId(id = 2) + public boolean couldNotDownloadHttpTexture = false; + + @Expose @ConfigOption(name = "Print Event Timings", desc = "Prints every 10 seconds the timings of all SkyHanni events in the chat.") @ConfigEditorBoolean public boolean printEventTimings = false; |