aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-03-15 12:15:11 -0400
committerGitHub <noreply@github.com>2023-03-15 12:15:11 -0400
commit3d147fd473601c386fbdcf6a36baa1999b8b0885 (patch)
treec8b25f7f3dc551db465397ceb81820338a6033bd /src
parent40887ff86dbd42458f3d18588101ca92a14d58f1 (diff)
downloadskyhanni-3d147fd473601c386fbdcf6a36baa1999b8b0885.tar.gz
skyhanni-3d147fd473601c386fbdcf6a36baa1999b8b0885.tar.bz2
skyhanni-3d147fd473601c386fbdcf6a36baa1999b8b0885.zip
Added link to Hypixel wiki, period at the end
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java2
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 ed1ea7f56..4a2b6c112 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")
+ @ConfigOption(name = "Fandom Wiki", desc = "Using §ehypixel-skyblock.fandom.com §7instead of Hypixel wiki (§ewiki.hypixel.net§7).")
@ConfigEditorBoolean
public boolean useFandomWiki = false;
}