diff options
Diffstat (limited to 'script-beta/core/hover/label.lua')
-rw-r--r-- | script-beta/core/hover/label.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script-beta/core/hover/label.lua b/script-beta/core/hover/label.lua index 67faefe6..2c0bdcd1 100644 --- a/script-beta/core/hover/label.lua +++ b/script-beta/core/hover/label.lua @@ -36,7 +36,7 @@ local function asValue(source, title) local class = vm.getClass(source) local literal = vm.getInferLiteral(source) local cont - if vm.hasInferType(source, 'table') then + if vm.hasInferType(source, 'table', 'deep') then cont = buildTable(source) end local pack = {} |