From 4eea94b0459760053819ddae136e7db109aea464 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Thu, 8 Sep 2022 19:32:27 +0200 Subject: Added msg support to fancy chat format. --- src/main/java/at/hannibal2/skyhanni/config/features/Chat.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') 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; } -- cgit