aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-16 16:36:24 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-16 16:36:24 +0100
commit07bf66c32f2d879c06d833d822193e2b515ec482 (patch)
treebeb21ddf7e377e658081f726cf08ec9a1989677b
parent5d027819967ad664dd6b79f2e3c90c752df55e84 (diff)
downloadskyhanni-07bf66c32f2d879c06d833d822193e2b515ec482.tar.gz
skyhanni-07bf66c32f2d879c06d833d822193e2b515ec482.tar.bz2
skyhanni-07bf66c32f2d879c06d833d822193e2b515ec482.zip
code cleanup
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/event/diana/MythologicalMobTrackerConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/diana/MythologicalMobTrackerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/diana/MythologicalMobTrackerConfig.java
index 2dac93553..5fa969f13 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/event/diana/MythologicalMobTrackerConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/diana/MythologicalMobTrackerConfig.java
@@ -19,7 +19,7 @@ public class MythologicalMobTrackerConfig {
public Position position = new Position(20, 20, false, true);
@Expose
- @ConfigOption(name = "Show Percentage", desc = "Show percentage of mob compared to all mobs")
+ @ConfigOption(name = "Show Percentage", desc = "Show percentage how often what mob spawned.")
@ConfigEditorBoolean
public Property<Boolean> showPercentage = Property.of(false);