Update content_menu.xml.lua
This commit is contained in:
parent
15e143afb0
commit
589ca50b4d
@ -127,7 +127,7 @@ end
|
|||||||
|
|
||||||
local function has_valid_config(id)
|
local function has_valid_config(id)
|
||||||
if not file.exists("config:" .. id) then
|
if not file.exists("config:" .. id) then
|
||||||
return
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
local files = file.list("config:" .. id)
|
local files = file.list("config:" .. id)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user