mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed a typo in combo points module
- added missing 'then' in gcd module - removed registration of unnecessary events in player and target mana for DK rune stuff
This commit is contained in:
@ -82,7 +82,7 @@ function ComboPoints.prototype:GetOptions()
|
||||
opts["gradient"] = {
|
||||
type = "toggle",
|
||||
name = "Change color",
|
||||
desc = "1 compo point: yellow, 5 combo points: red",
|
||||
desc = "1 combo point: yellow, 5 combo points: red",
|
||||
get = function()
|
||||
return self.moduleSettings.gradient
|
||||
end,
|
||||
|
Reference in New Issue
Block a user