mirror of
https://github.com/Relintai/Relintais-Enemy-Kooldown-Tracker-TBC.git
synced 2024-11-14 10:37:32 +01:00
Fixed a typo, now the Show Self Cds option is again properly displayed.
This commit is contained in:
parent
6d2c9f7995
commit
c05e3af6c3
@ -742,7 +742,7 @@ function Rekt:getDebugOptions()
|
|||||||
Rekt:setSelfCDRegister(v);
|
Rekt:setSelfCDRegister(v);
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
selfcd = {
|
selfIBcd = {
|
||||||
type = "toggle", name = "Friendly + Self Interrupts", desc = "Enable/Disable registering, and showing friendly and self interrupts at the interruptbar.", order = 54,
|
type = "toggle", name = "Friendly + Self Interrupts", desc = "Enable/Disable registering, and showing friendly and self interrupts at the interruptbar.", order = 54,
|
||||||
get = function() return Rekt:getIBSelfCDRegister() end,
|
get = function() return Rekt:getIBSelfCDRegister() end,
|
||||||
set = function(_, v)
|
set = function(_, v)
|
||||||
|
Loading…
Reference in New Issue
Block a user