Fix your database serialization, Drew

This commit is contained in:
Brayden 2016-07-15 12:12:58 -07:00 committed by GitHub
parent 218f8f6589
commit 6f74268546

View File

@ -21,6 +21,9 @@ Set your Pokémon Go team for statistical purposes. The team must be valid, and
if not db.membership then
db.membership = {}
end
for _, set in pairs(db.membership) do
setmetatable(set, utilities.set_meta)
end
end
local team_ref = {