summaryrefslogtreecommitdiff
path: root/script/config
diff options
context:
space:
mode:
Diffstat (limited to 'script/config')
-rw-r--r--script/config/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/config/config.lua b/script/config/config.lua
index 538b18ab..dc4b9330 100644
--- a/script/config/config.lua
+++ b/script/config/config.lua
@@ -434,7 +434,7 @@ function m.update(scp, ...)
local news = table.pack(...)
for i = 1, news.n do
- if news[i] then
+ if type(news[i]) == 'table' then
expand(news[i])
end
end