plugins/data: didn't mean to undo that (nw)

This commit is contained in:
cracyc 2018-01-14 14:22:05 -06:00
parent 3abe4d337c
commit 9ef46e266d

View File

@ -111,10 +111,12 @@ local function init()
db.exec("END TRANSACTION")
end
init()
if db then
init()
end
function dat.check(set, softlist)
if softlist or not ver then
if softlist or not ver or not db then
return nil
end
info = nil