Skip to content

Commit

Permalink
Ace3 cleanup - Round 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Mar 30, 2024
1 parent c0aa7c3 commit 1d48662
Show file tree
Hide file tree
Showing 5 changed files with 792 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ $RECYCLE.BIN/
ElvUI_Libraries/Classic/LibQuestXP
ElvUI_Libraries/Core/*
!ElvUI_Libraries/Core/Ace3/AceConfig-3.0
ElvUI_Libraries/Core/Ace3/AceConfig-3.0/AceConfigCmd-3.0
!ElvUI_Libraries/Core/Ace3/AceLocale-3.0
!ElvUI_Libraries/Core/Ace3/LICENSE.txt
!ElvUI_Libraries/Core/Ace3-ElvUI
Expand Down
1 change: 0 additions & 1 deletion .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ externals:
ElvUI_Libraries/Core/Ace3/AceHook-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceHook-3.0
ElvUI_Libraries/Core/Ace3/AceSerializer-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceSerializer-3.0
ElvUI_Libraries/Core/Ace3/AceTimer-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceTimer-3.0
ElvUI_Libraries/Core/Ace3/AceConfig-3.0/AceConfigCmd-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0/AceConfigCmd-3.0
ElvUI_Libraries/Core/AceGUI-3.0-SharedMediaWidgets: https://repos.curseforge.com/wow/ace-gui-3-0-shared-media-widgets/trunk/AceGUI-3.0-SharedMediaWidgets
ElvUI_Libraries/Core/CallbackHandler-1.0: https://repos.curseforge.com/wow/callbackhandler/trunk/CallbackHandler-1.0
ElvUI_Libraries/Core/LibStub: https://repos.curseforge.com/wow/libstub/trunk
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_Libraries/Core/Ace3/AceConfig-3.0/AceConfig-3.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Very light wrapper library that combines all the AceConfig subcomponents into on
]]

local cfgreg = LibStub("AceConfigRegistry-3.0-ElvUI")
local cfgcmd = LibStub("AceConfigCmd-3.0")
local cfgcmd = LibStub("AceConfigCmd-3.0-ElvUI")

local MAJOR, MINOR = "AceConfig-3.0-ElvUI", 3
local AceConfig = LibStub:NewLibrary(MAJOR, MINOR)
Expand Down
Loading

0 comments on commit 1d48662

Please sign in to comment.