Update content_menu.xml.lua

This commit is contained in:
Xertis 2025-02-21 20:02:38 +03:00 committed by GitHub
parent 15e143afb0
commit 589ca50b4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,7 +127,7 @@ end
local function has_valid_config(id)
if not file.exists("config:" .. id) then
return
return false
end
local files = file.list("config:" .. id)