@@ -242,7 +242,7 @@ end
function cdkFixDo(human,code)
local id,conf = getCdkFixID(code)
- if not id then
+ if not id or #conf.code <= 0 then
return
end