mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Fixes and patches
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user