diff options
Diffstat (limited to 'otfl-data-con.lua')
-rw-r--r-- | otfl-data-con.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-data-con.lua b/otfl-data-con.lua index f06dba5..fabe0ba 100644 --- a/otfl-data-con.lua +++ b/otfl-data-con.lua @@ -74,7 +74,7 @@ end function containers.is_valid(container, name) if name and name ~= "" then local storage = container.storage[name] - return storage and not table.is_empty(storage) and storage.cache_version == container.version + return storage and storage.cache_version == container.version else return false end |