diff options
Diffstat (limited to 'server/src/core/hover_function.lua')
-rw-r--r-- | server/src/core/hover_function.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/core/hover_function.lua b/server/src/core/hover_function.lua index 42a5f766..8c0908d2 100644 --- a/server/src/core/hover_function.lua +++ b/server/src/core/hover_function.lua @@ -8,7 +8,7 @@ local function buildValueArgs(func, oo, select) end if func.argValues then for i, value in ipairs(func.argValues) do - values[i] = value.type + values[i] = value:getType() end end local strs = {} |