Fixed a typo, now the Show Self Cds option is again properly displayed.

This commit is contained in:
Relintai 2016-05-10 11:35:15 +02:00
parent c3d45d6a9b
commit a2a3657c85

View File

@ -742,7 +742,7 @@ function Rekt:getDebugOptions()
Rekt:setSelfCDRegister(v);
end
},
selfcd = {
selfIBcd = {
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,
set = function(_, v)