Skip to content

Commit

Permalink
[Core] Launch: Fix ToggleChatColorNamesByClassGroup error on setup
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Aug 25, 2023
1 parent af4b58c commit 6f10ef8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ShestakUI/Core/Launch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ local function InstallUI()
end

-- Enable classcolor automatically on login and on each character without doing /configure each time
--[[
ToggleChatColorNamesByClassGroup(true, "SAY")
ToggleChatColorNamesByClassGroup(true, "EMOTE")
ToggleChatColorNamesByClassGroup(true, "YELL")
Expand All @@ -80,6 +81,9 @@ local function InstallUI()
ToggleChatColorNamesByClassGroup(true, "CHANNEL3")
ToggleChatColorNamesByClassGroup(true, "CHANNEL4")
ToggleChatColorNamesByClassGroup(true, "CHANNEL5")
--]]
SetCVar("chatClassColorOverride", 0)
SetCVar("colorChatNamesByClass", 1)
end

-- Reset saved variables on char
Expand Down

0 comments on commit 6f10ef8

Please sign in to comment.