summaryrefslogtreecommitdiff
path: root/script/core/hover/label.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/core/hover/label.lua')
-rw-r--r--script/core/hover/label.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/hover/label.lua b/script/core/hover/label.lua
index 0bb4fe89..f797d520 100644
--- a/script/core/hover/label.lua
+++ b/script/core/hover/label.lua
@@ -167,7 +167,7 @@ local function formatNumber(n)
end
local function asNumber(source)
- if not config.get 'Lua.hover.viewNumber' then
+ if not config.get(nil, 'Lua.hover.viewNumber') then
return nil
end
local num = source[1]