r80868 - branches/Ace2/WotLK/AceAddon-2.0

0 views
Skip to first unread message

svnco...@wowace.com

unread,
Aug 23, 2008, 7:13:59 PM8/23/08
to wowace-gar...@googlegroups.com
Author: Mera_LaCroisadeEcarlate
Date: Sat Aug 23 19:13:57 2008
New Revision: 80868

Log:
Ace2 - fixe revert because buggy now in build 8820

Modified:
branches/Ace2/WotLK/AceAddon-2.0/AceAddon-2.0.lua

Modified: branches/Ace2/WotLK/AceAddon-2.0/AceAddon-2.0.lua
==============================================================================
--- branches/Ace2/WotLK/AceAddon-2.0/AceAddon-2.0.lua (original)
+++ branches/Ace2/WotLK/AceAddon-2.0/AceAddon-2.0.lua Sat Aug 23 19:13:57 2008
@@ -1007,14 +1007,14 @@
AceAddon:RegisterEvent("ADDON_LOADED", "ADDON_LOADED")
local names = {}
for i = 1, GetNumAddOns() do
- if WotLK then
+--[[ if WotLK then
if not IsAddOnLoaded(i) then
local name, _,_, enabled, loadable = GetAddOnInfo(i)
if enabled and loadable then names[name] = true end
end
- else
+ else]]
if IsAddOnLoaded(i) then names[GetAddOnInfo(i)] = true end
- end
+-- end
end
self.possibleNames = names
table.insert(AceAddon.nextAddon, self)

Reply all
Reply to author
Forward
0 new messages