aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-05 23:53:42 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-05 23:53:42 +0200
commit01d97520af807c32b2386ba0702a171819fa3009 (patch)
tree3dff77d2826fb28d1e7ff4acd6324f5a170eb128 /src/main/java/at
parentfd30e258e1071e15bda4e9cf3a20a389cd01f61e (diff)
downloadskyhanni-01d97520af807c32b2386ba0702a171819fa3009.tar.gz
skyhanni-01d97520af807c32b2386ba0702a171819fa3009.tar.bz2
skyhanni-01d97520af807c32b2386ba0702a171819fa3009.zip
Fixed typo
Diffstat (limited to 'src/main/java/at')
-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 9cd9c82bb..14b915b4b 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java
@@ -13,7 +13,7 @@ public class CommandsFeatures {
@Expose
@ConfigOption(name = "Party transfer", desc = "Allows §e/pt <player> §7as alias for §e/party transfer§7.\n" +
- "§7SkyBlock Command §e/tp §7to check the play time still works.")
+ "§7SkyBlock command §e/pt §7to check the play time still works.")
@ConfigEditorBoolean
public boolean usePartyTransferAlias = true;
}