diff options
Diffstat (limited to 'opennhrp-model.lua')
-rw-r--r-- | opennhrp-model.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opennhrp-model.lua b/opennhrp-model.lua index af5046f..f809283 100644 --- a/opennhrp-model.lua +++ b/opennhrp-model.lua @@ -75,6 +75,8 @@ local function opennhrpctl_show() if (string.lower(k) == "type") then local tooltip = string.match(v,"^.-:%s?(.*)") cmd_output_result_table[cnt]["Tooltip"] = type_status[tooltip] + local typestatus = string.lower(string.match(v,"^.-:%s?(.*)")) + cmd_output_result_table[cnt]['type_descr']=(type_status[typestatus] or "") end end end |