aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-09-08 19:32:27 +0200
committerLorenz <lo.scherf@gmail.com>2022-09-08 19:32:27 +0200
commit4eea94b0459760053819ddae136e7db109aea464 (patch)
treee519cef2dad7496cb6091175aa4b3ce2a79fe93a /src/main/java/at/hannibal2/skyhanni/config
parent63d23eff40d6014a5014d8bef85560af38cf39b0 (diff)
downloadskyhanni-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.java6
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;
}