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 | a4f01c9613a293ebfcb58d276478ad66a643a30f (patch) | |
| tree | 20e30726be923a726b132bd9cfa41ed11cb05178 /src/main/java/at/hannibal2/skyhanni/config/features/DevData.java | |
| parent | 6c3fe3dd33802393db28ff4dece56a826da50d1d (diff) | |
| download | SkyHanni-a4f01c9613a293ebfcb58d276478ad66a643a30f.tar.gz SkyHanni-a4f01c9613a293ebfcb58d276478ad66a643a30f.tar.bz2 SkyHanni-a4f01c9613a293ebfcb58d276478ad66a643a30f.zip | |
Added console filter 'Couldn't download http texture'.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features/DevData.java')
| -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; |
