diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-08 11:43:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 11:43:51 +0200 |
commit | c75f8c9d6fc2b537eaf08c5209d390fe05054b44 (patch) | |
tree | b257de6ec2ef68c4aed0317d63a94153920f4b00 /src | |
parent | 3ac5ceb5d3a5a3c3de36fb15f56ad94e0b2041f9 (diff) | |
download | skyhanni-c75f8c9d6fc2b537eaf08c5209d390fe05054b44.tar.gz skyhanni-c75f8c9d6fc2b537eaf08c5209d390fe05054b44.tar.bz2 skyhanni-c75f8c9d6fc2b537eaf08c5209d390fe05054b44.zip |
Merge pull request #3
* Added gradle and mac stuff to gitignore
* Added new badge and fixed kotlin (java) badge
* Fixed inconsistency in project (HyPixel x Hypixel)
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Chat.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java index f674680bc..ec6d7482f 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java @@ -11,7 +11,7 @@ public class Chat { public boolean filterTypes = false; @Expose - @ConfigOption(name = "HyPixel Hub", desc = "Block messages outside SkyBlock in the HyPixel lobby: player joins, loot boxes, prototype lobby messages, radiating generosity and HyPixel tournaments.") + @ConfigOption(name = "Hypixel Hub", desc = "Block messages outside SkyBlock in the Hypixel lobby: player joins, loot boxes, prototype lobby messages, radiating generosity and Hypixel tournaments.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean hypixelHub = false; |