diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-10-09 14:21:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-09 14:21:55 +0200 |
commit | 201e41b8a9f26c9c3fb04164f0a28986006b25a2 (patch) | |
tree | 3950c7b2c9c4b84c4bcc1bfb9ecf37d82eb58726 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 6b01ce6c00663b929893e091646971e71becc3be (diff) | |
download | skyhanni-201e41b8a9f26c9c3fb04164f0a28986006b25a2.tar.gz skyhanni-201e41b8a9f26c9c3fb04164f0a28986006b25a2.tar.bz2 skyhanni-201e41b8a9f26c9c3fb04164f0a28986006b25a2.zip |
Backend: Stats API (#2253)
Co-authored-by: ILike2WatchMemes <ilike2watchmemes@gmail.com>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/combat/FerocityDisplayConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/combat/FerocityDisplayConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/combat/FerocityDisplayConfig.java index d212a4a07..605a31a2b 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/combat/FerocityDisplayConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/combat/FerocityDisplayConfig.java @@ -13,7 +13,7 @@ public class FerocityDisplayConfig { @ConfigOption( name = "Enabled", desc = "Show ferocity stat as single GUI element.\n" + - "§eRequires tab list widget enabled and ferocity selected to work." + "§eRequires tab list widget enabled and ferocity selected to update live." ) @ConfigEditorBoolean @FeatureToggle |