chat colors: fix clan chat message highlight keys

The old friends chat uses "clan chat" as its key name for historical
reasons, and so the new clan chat uses "clan"
This commit is contained in:
Adam
2021-06-06 14:48:59 -04:00
parent 1dd82db10c
commit 3f7146a6c2
2 changed files with 59 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ public interface ChatColorConfig extends Config
@ConfigItem(
position = 14,
keyName = "opaqueClanChatMessageHighlight",
keyName = "opaqueClanMessageHighlight",
name = "Clan chat message highlight",
description = "Color of highlights in Clan Chat messages",
section = opaqueSection
@@ -582,7 +582,7 @@ public interface ChatColorConfig extends Config
@ConfigItem(
position = 64,
keyName = "transparentClanChatMessageHighlight",
keyName = "transparentClanMessageHighlight",
name = "Clan chat message highlight (transparent)",
description = "Color of highlights in Clan Chat messages (transparent)",
section = transparentSection