From a2a3657c855f5a072ccbf649f05e5879db86b6b4 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 10 May 2016 11:35:15 +0200 Subject: [PATCH] Fixed a typo, now the Show Self Cds option is again properly displayed. --- data/optiontable.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/optiontable.lua b/data/optiontable.lua index 30f9eb4..2eb537a 100644 --- a/data/optiontable.lua +++ b/data/optiontable.lua @@ -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)