- removed the "abbreviate health" option from the focus health bar if the user is using dogtags since it doesn't apply then

- fixed the SnD potential bar to rotate properly with the main bar
This commit is contained in:
Parnic
2010-10-10 00:35:21 +00:00
parent e3833eb1e2
commit e68b509448
2 changed files with 17 additions and 0 deletions

View File

@ -210,6 +210,9 @@ function FocusHealth.prototype:GetOptions()
disabled = function()
return not self.moduleSettings.enabled
end,
hidden = function()
return IceHUD.IceCore:ShouldUseDogTags()
end,
order = 40.1
}