diff options
author | Lorenz <lo.scherf@gmail.com> | 2022-09-07 05:23:02 +0200 |
---|---|---|
committer | Lorenz <lo.scherf@gmail.com> | 2022-09-07 05:23:02 +0200 |
commit | 26eda0660aa41994f39d4fd10d2d7c010b309cf9 (patch) | |
tree | e0ecf35f8746d038da563462a789af705950ef5a /src/main | |
parent | 996d6f0b474f2ca07e8e2d3b419e6251f6e78dc5 (diff) | |
download | skyhanni-26eda0660aa41994f39d4fd10d2d7c010b309cf9.tar.gz skyhanni-26eda0660aa41994f39d4fd10d2d7c010b309cf9.tar.bz2 skyhanni-26eda0660aa41994f39d4fd10d2d7c010b309cf9.zip |
typo
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Chat.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java index 3fe253cc0..14baeeeb7 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java @@ -84,7 +84,7 @@ public class Chat { @Expose @ConfigOption(name = "Hide Far Deaths", desc = "Hide the death messages of other players, " + - "except for players who are close to the player, inside dungeon or doing a Kuudra fight.") + "except for players who are close to the player, inside dungeon or during a Kuudra fight.") @ConfigEditorBoolean public boolean hideFarDeathMessages = false; } |