Skip to content

Commit

Permalink
Register missing cvar
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostopheles committed Aug 1, 2024
1 parent d3af0e1 commit f4a715d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Datamine/Settings/SettingsCore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ local CreateDropdownInitializer = Settings.CreateDropdownInitializer or Settings
local version, bild = GetBuildInfo();
local IS_FUTURE = (version == "11.0.2") and tonumber(bild) > 55763;

if C_CVar.GetCVar("debugTargetInfo") == nil then
C_CVar.RegisterCVar("debugTargetInfo", 0);
end

Datamine.Settings = {};

Datamine.Setting = {
Expand Down

0 comments on commit f4a715d

Please sign in to comment.