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