diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-01-21 12:25:38 -0500 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-01-21 12:25:38 -0500 |
commit | cbf7f80faf78764f7787122be194e8d26e8b1f9e (patch) | |
tree | 07412faeffd41b7d2aea72c8d75269db373ce194 /src/main/java/de | |
parent | 9bc2efcb66a3dbf0c0ab882ef05fdae551ab5912 (diff) | |
download | Skyblocker-cbf7f80faf78764f7787122be194e8d26e8b1f9e.tar.gz Skyblocker-cbf7f80faf78764f7787122be194e8d26e8b1f9e.tar.bz2 Skyblocker-cbf7f80faf78764f7787122be194e8d26e8b1f9e.zip |
Fix DungeonsCategory
Diffstat (limited to 'src/main/java/de')
-rw-r--r-- | src/main/java/de/hysky/skyblocker/config/categories/DungeonsCategory.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/java/de/hysky/skyblocker/config/categories/DungeonsCategory.java b/src/main/java/de/hysky/skyblocker/config/categories/DungeonsCategory.java index 6ec06e7a..3b685f9a 100644 --- a/src/main/java/de/hysky/skyblocker/config/categories/DungeonsCategory.java +++ b/src/main/java/de/hysky/skyblocker/config/categories/DungeonsCategory.java @@ -432,7 +432,8 @@ public class DungeonsCategory { newValue -> config.locations.dungeons.allowDroppingProtectedItems = newValue) .controller(ConfigUtils::createBooleanController) .build()) - //Mimic Messages + + //Mimic Message .group(OptionGroup.createBuilder() .name(Text.translatable("text.autoconfig.skyblocker.option.locations.dungeons.mimicMessage")) .collapsed(true) @@ -454,7 +455,7 @@ public class DungeonsCategory { .build()) .build()) - // Livid Color + //Livid Color .group(OptionGroup.createBuilder() .name(Text.translatable("text.autoconfig.skyblocker.option.locations.dungeons.lividColor")) .collapsed(true) |