summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-12 17:15:29 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-12 17:15:29 +0200
commit01cfccbb9089e04bb61c270fa279bf93e2e679c0 (patch)
tree59af7038d266746dbaee40bb85f9c03e41f5c941 /src/main/java/at/hannibal2/skyhanni/config
parenta634de05add8e61aad17acd82d121e09afc92edc (diff)
downloadskyhanni-01cfccbb9089e04bb61c270fa279bf93e2e679c0.tar.gz
skyhanni-01cfccbb9089e04bb61c270fa279bf93e2e679c0.tar.bz2
skyhanni-01cfccbb9089e04bb61c270fa279bf93e2e679c0.zip
Small stuff
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java b/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java
index d5a4f3057..5ee9d5e58 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java
@@ -74,7 +74,7 @@ public class Mobs {
public boolean areaBossRespawnTimer = false;
@Expose
- @ConfigOption(name = "Enderman Teleportation Hider", desc = "Stops the Enderman Teleportation animation.")
+ @ConfigOption(name = "Enderman TP Hider", desc = "Stops the Enderman Teleportation animation.")
@ConfigEditorBoolean
public boolean endermanTeleportationHider = true;