Skip to content

Commit 1bd0d61

Browse files
committed
Fix GetCVarInfo reference for Classic
1 parent cc65387 commit 1bd0d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local addonName, addon = ...
22
local _G = _G
33
local E = addon:Eve()
44

5-
-- local GetCVarInfo = addon.GetCVarInfo
5+
local GetCVarInfo = addon.GetCVarInfo
66

77
-- C_Console.GetAllCommands() does not return the complete list of CVars on login
88
-- Repopulate the list using UpdateCVarList() when the CVar browser is opened

0 commit comments

Comments
 (0)