diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-22 23:39:51 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-22 23:39:51 +0100 |
commit | 62cc7fc20178845c5edc746450c1f02fd7520fe7 (patch) | |
tree | 9aa54fa5830dd530289f609c2f0e287ac1bf2724 /src/main | |
parent | acbc0df1de5e89a978b42d4dc4f123d52ddf0e82 (diff) | |
download | skyhanni-62cc7fc20178845c5edc746450c1f02fd7520fe7.tar.gz skyhanni-62cc7fc20178845c5edc746450c1f02fd7520fe7.tar.bz2 skyhanni-62cc7fc20178845c5edc746450c1f02fd7520fe7.zip |
Fixed typo in config.
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/slayer/vampire/OwnBossConfig.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/slayer/vampire/OwnBossConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/slayer/vampire/OwnBossConfig.java index 481576242..bd196db0e 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/slayer/vampire/OwnBossConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/slayer/vampire/OwnBossConfig.java @@ -26,7 +26,8 @@ public class OwnBossConfig { public boolean steakAlert = true; @Expose - @ConfigOption(name = "Twinclaws Title", desc = "Send a title when Twinclaws is about to happen.\nWork on others highlighted people boss.") + @ConfigOption(name = "Twinclaws Title", desc = "Send a title when Twinclaws is about to happen.\n" + + "Works on others highlighted people boss.") @ConfigEditorBoolean @FeatureToggle public boolean twinClawsTitle = true; |