diff options
Diffstat (limited to 'script/core/hover/label.lua')
-rw-r--r-- | script/core/hover/label.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/script/core/hover/label.lua b/script/core/hover/label.lua index a91ca074..5befe84c 100644 --- a/script/core/hover/label.lua +++ b/script/core/hover/label.lua @@ -55,7 +55,8 @@ local function asValue(source, title) and ( type == 'table' or type == 'any' or type == 'unknown' - or type == 'nil') then + or type == 'nil' + or type:sub(1, 1) == '{') then else pack[#pack+1] = type end |