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 | 24297cc844efff50d8961397ab5d4d0fd5368b5c (patch) | |
| tree | e0ecf35f8746d038da563462a789af705950ef5a /src | |
| parent | 320fbd4cf945b4ce7871c37bcedcdab94d534249 (diff) | |
| download | SkyHanni-24297cc844efff50d8961397ab5d4d0fd5368b5c.tar.gz SkyHanni-24297cc844efff50d8961397ab5d4d0fd5368b5c.tar.bz2 SkyHanni-24297cc844efff50d8961397ab5d4d0fd5368b5c.zip | |
typo
Diffstat (limited to 'src')
| -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; } |
