- general cleanup: removed acedebug stuff, re-ordered a few things to load cleaner, changed mod category from unitframes to huds, etc.

- fixed threat-2.0 by embedding required libs for it (ace3 stuff)
This commit is contained in:
Parnic
2008-09-30 05:43:09 +00:00
parent c56ea7e7fe
commit f9db831b32
3 changed files with 22 additions and 12 deletions

View File

@ -1,4 +1,4 @@
IceHUD = AceLibrary("AceAddon-2.0"):new("AceConsole-2.0", "AceDebug-2.0")
IceHUD = AceLibrary("AceAddon-2.0"):new("AceConsole-2.0")
local waterfall = AceLibrary("Waterfall-1.0")
local SML = AceLibrary("LibSharedMedia-3.0")
@ -522,4 +522,8 @@ function IceHUD:OnEnable()
self:RegisterChatCommand({ "/icehud" }, IceHUD.slashMenu)
end
function IceHUD:Debug()
end
function IceHUD:SetDebugging()
end