diff options
author | Lorenz <lo.scherf@gmail.com> | 2022-09-08 19:32:27 +0200 |
---|---|---|
committer | Lorenz <lo.scherf@gmail.com> | 2022-09-08 19:32:27 +0200 |
commit | 4eea94b0459760053819ddae136e7db109aea464 (patch) | |
tree | e519cef2dad7496cb6091175aa4b3ce2a79fe93a /src/main/java/at/hannibal2/skyhanni/config | |
parent | 63d23eff40d6014a5014d8bef85560af38cf39b0 (diff) | |
download | skyhanni-4eea94b0459760053819ddae136e7db109aea464.tar.gz skyhanni-4eea94b0459760053819ddae136e7db109aea464.tar.bz2 skyhanni-4eea94b0459760053819ddae136e7db109aea464.zip |
Added msg support to fancy chat format.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Chat.java | 6 |
1 files changed, 0 insertions, 6 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 a0d61e86a..b1ccc4a7c 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java @@ -87,10 +87,4 @@ public class Chat { "except for players who are close to the player, inside dungeon or during a Kuudra fight.") @ConfigEditorBoolean public boolean hideFarDeathMessages = false; - - @Expose - @ConfigOption(name = "Hide Far Deaths 2", desc = "Hide the death messages of other players, " + - "except for players who are close to the player, inside dungeon or during a Kuudra fight.") - @ConfigEditorBoolean - public boolean hideFarDeathMessages2 = false; } |