diff options
author | NetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com> | 2023-03-15 12:16:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 12:16:42 -0400 |
commit | dd1b6c5d9603ca715379f56bf429df00b8a55fc0 (patch) | |
tree | 9bb9821a3c62ba7dc01e97416d1828127af17721 | |
parent | 3d147fd473601c386fbdcf6a36baa1999b8b0885 (diff) | |
download | skyhanni-dd1b6c5d9603ca715379f56bf429df00b8a55fc0.tar.gz skyhanni-dd1b6c5d9603ca715379f56bf429df00b8a55fc0.tar.bz2 skyhanni-dd1b6c5d9603ca715379f56bf429df00b8a55fc0.zip |
Grammar
Fixed the last change I made because I realized it wasn't perfect
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java b/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java index 4a2b6c112..385f471d7 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java @@ -7,7 +7,7 @@ import com.google.gson.annotations.Expose; public class CommandsFeatures { @Expose - @ConfigOption(name = "Fandom Wiki", desc = "Using §ehypixel-skyblock.fandom.com §7instead of Hypixel wiki (§ewiki.hypixel.net§7).") + @ConfigOption(name = "Fandom Wiki", desc = "Use Fandom wiki (§ehypixel-skyblock.fandom.com§7) instead of the Hypixel wiki (§ewiki.hypixel.net§7).") @ConfigEditorBoolean public boolean useFandomWiki = false; } |