From 51c48350e82952b4e2f8ebab843c58e3355eb8ef Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 10 Dec 2023 00:45:14 +0100 Subject: removed wrapper and code cleanup --- .../skyhanni/config/features/markedplayer/MarkedPlayerConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/markedplayer/MarkedPlayerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/markedplayer/MarkedPlayerConfig.java index 264474b96..38b5b1981 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/markedplayer/MarkedPlayerConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/markedplayer/MarkedPlayerConfig.java @@ -27,6 +27,6 @@ public class MarkedPlayerConfig { @ConfigOption(name = "Marked Chat Color", desc = "Marked Chat Color. §eIf Chroma is gray, enable Chroma in Chroma settings") @Expose @ConfigEditorDropdown - public Property chatColor = Property.of(LorenzColor.YELLOW); + public LorenzColor chatColor = LorenzColor.YELLOW; } -- cgit