Fixes and patches

This commit is contained in:
iceroth
2006-12-08 02:19:21 +00:00
parent 7740ef9f74
commit 123dbf2542
7 changed files with 45 additions and 29 deletions

View File

@ -477,7 +477,6 @@ StaticPopupDialogs["ICEHUD_RESET"] =
whileDead = 1,
hideOnEscape = 1,
OnAccept = function()
print("hellooo")
IceHUD.IceCore:ResetSettings()
end
}
@ -489,8 +488,6 @@ function IceHUD:OnInitialize()
self:Debug("IceHUD:OnInitialize()")
self.IceCore = IceCore:new()
end