aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorThunderblade73 <85900443+Thunderblade73@users.noreply.github.com>2024-04-17 17:49:07 +0200
committerGitHub <noreply@github.com>2024-04-17 17:49:07 +0200
commit6c968778dab9c04b0ff4fec7b4eb61f36e23660d (patch)
treec6a6a239fc474766636d65f765abb6d365d39422 /src/main/java/at/hannibal2/skyhanni/config
parent6502ab0e55bb0b1066efe60cb5059cbbb54d0b51 (diff)
downloadskyhanni-6c968778dab9c04b0ff4fec7b4eb61f36e23660d.tar.gz
skyhanni-6c968778dab9c04b0ff4fec7b4eb61f36e23660d.tar.bz2
skyhanni-6c968778dab9c04b0ff4fec7b4eb61f36e23660d.zip
Fix: Removed the Player (#1473)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/dev/DebugMobConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/dev/DebugMobConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/dev/DebugMobConfig.java
index 709aa883e..c149b6195 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/dev/DebugMobConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/dev/DebugMobConfig.java
@@ -44,7 +44,7 @@ public class DebugMobConfig {
public boolean logEvents = false;
@Expose
- @ConfigOption(name = "Show RayHit", desc = "Highlights the mob that is currently in front of your view (only SkyblockMob).")
+ @ConfigOption(name = "Show RayHit", desc = "Highlights the mob that is currently in front of your view.")
@ConfigEditorBoolean
public boolean showRayHit = false;