diff --git a/Omen.lua b/Omen.lua index 117cacc..4e34f7a 100644 --- a/Omen.lua +++ b/Omen.lua @@ -1,21 +1,3 @@ ------------------------------------------------------------------------------ --- Force used libraries to load. This is necessary because load on demand --- addons (in our case, disembedded libs) will no longer load even when --- listed in OptionalDeps and can only be loaded via LoadAddOn(). This must --- be done before a LibStub("AceAddon-3.0"):NewAddon() call due to --- ADDON_LOADED firing, as AceAddon-3.0 will call :OnInit() on any addon's --- ADDON_LOADED event due to needing to support submodules which may not be --- its their own addons. -LoadAddOn("Ace3") -LoadAddOn("LibSharedMedia-3.0") -LoadAddOn("AceGUI-3.0-SharedMediaWidgets") -LoadAddOn("LibSink-2.0") -LoadAddOn("LibRock-1.0") -LoadAddOn("FuBarPlugin-3.0") -LoadAddOn("LibDataBroker-1.1") -LoadAddOn("LibDBIcon-1.0") - - ----------------------------------------------------------------------------- -- Addon declaration local Omen = LibStub("AceAddon-3.0"):NewAddon("Omen", "AceConsole-3.0", "AceEvent-3.0", "AceTimer-3.0", "LibSink-2.0")