- fixed bug with changing profiles created by r320

This commit is contained in:
Parnic
2008-12-02 07:09:36 +00:00
parent 4420d84209
commit f61e554040

View File

@ -665,5 +665,6 @@ end
function IceHUD:OnProfileEnable(oldName, oldData)
self.IceCore.settings = self.db.profile
self.IceCore:SetModuleDatabases()
self.IceCore:Enable()
end