- fixed a misplaced 'self'

This commit is contained in:
Parnic
2010-11-04 04:46:34 +00:00
parent 376180004b
commit d37a40da11

View File

@ -660,7 +660,7 @@ function IceHUD_Options:OnLoad()
end
if IceHUD and IceHUD.IceCore then
self:OnLoad()
IceHUD_Options:OnLoad()
end
function IceHUD_Options:SetupProfileImportButtons()