Skip to content

Commit

Permalink
Update deprecated API call
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Nov 28, 2024
1 parent 515386b commit 8ff41e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config.lua
Original file line number Diff line number Diff line change
@@ -1265,7 +1265,7 @@ function Config:CheckAutoImport()
if verline and v["autoImport"] then
local dataVersion = tonumber(verline:match("%d+"))
if dataVersion and dataVersion > v["lastImport"] then
local loaded, reason = LoadAddOn(k)
local loaded, reason = C_AddOns.LoadAddOn(k)
if loaded then
local addon = LibStub("AceAddon-3.0"):GetAddon(k)
local filter = nil

0 comments on commit 8ff41e8

Please sign in to comment.