Skip to content

Commit 1d48662

Browse files
committed
Ace3 cleanup - Round 3
1 parent c0aa7c3 commit 1d48662

File tree

5 files changed

+792
-3
lines changed

5 files changed

+792
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ $RECYCLE.BIN/
2828
ElvUI_Libraries/Classic/LibQuestXP
2929
ElvUI_Libraries/Core/*
3030
!ElvUI_Libraries/Core/Ace3/AceConfig-3.0
31-
ElvUI_Libraries/Core/Ace3/AceConfig-3.0/AceConfigCmd-3.0
3231
!ElvUI_Libraries/Core/Ace3/AceLocale-3.0
3332
!ElvUI_Libraries/Core/Ace3/LICENSE.txt
3433
!ElvUI_Libraries/Core/Ace3-ElvUI

.pkgmeta

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ externals:
1212
ElvUI_Libraries/Core/Ace3/AceHook-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceHook-3.0
1313
ElvUI_Libraries/Core/Ace3/AceSerializer-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceSerializer-3.0
1414
ElvUI_Libraries/Core/Ace3/AceTimer-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceTimer-3.0
15-
ElvUI_Libraries/Core/Ace3/AceConfig-3.0/AceConfigCmd-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0/AceConfigCmd-3.0
1615
ElvUI_Libraries/Core/AceGUI-3.0-SharedMediaWidgets: https://repos.curseforge.com/wow/ace-gui-3-0-shared-media-widgets/trunk/AceGUI-3.0-SharedMediaWidgets
1716
ElvUI_Libraries/Core/CallbackHandler-1.0: https://repos.curseforge.com/wow/callbackhandler/trunk/CallbackHandler-1.0
1817
ElvUI_Libraries/Core/LibStub: https://repos.curseforge.com/wow/libstub/trunk

ElvUI_Libraries/Core/Ace3/AceConfig-3.0/AceConfig-3.0.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Very light wrapper library that combines all the AceConfig subcomponents into on
1313
]]
1414

1515
local cfgreg = LibStub("AceConfigRegistry-3.0-ElvUI")
16-
local cfgcmd = LibStub("AceConfigCmd-3.0")
16+
local cfgcmd = LibStub("AceConfigCmd-3.0-ElvUI")
1717

1818
local MAJOR, MINOR = "AceConfig-3.0-ElvUI", 3
1919
local AceConfig = LibStub:NewLibrary(MAJOR, MINOR)

0 commit comments

Comments
 (0)