mirror of
https://github.com/Relintai/Relintais-Enemy-Kooldown-Tracker-WotLK.git
synced 2024-11-08 10:12:11 +01:00
Fixed a typo, now the Show Self Cds option is again properly displayed.
This commit is contained in:
parent
c3d45d6a9b
commit
a2a3657c85
@ -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