Skip to content

Commit 0522f8c

Browse files
committed
Fix friendly nameplate class color cvar
1 parent 5745b9d commit 0522f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gui/NameplateConfigPanel.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ function addon:CreateNameplateOptions()
4242
name = "Class color friendly nameplates",
4343
desc = "Class color for friendly nameplates",
4444
get = function()
45-
return C_CVar.GetCVarBool("ShowClassColorInFriendlyNameplate")
45+
return C_CVar.GetCVarBool("nameplateShowFriendlyClassColor")
4646
end,
4747
set = function(_, value)
48-
self:SetCVar("ShowClassColorInFriendlyNameplate", value)
48+
self:SetCVar("nameplateShowFriendlyClassColor", value)
4949
end,
5050
width = "full",
5151
order = 12,

0 commit comments

Comments
 (0)