Merge branch 'master' of http://otou.to/code
This commit is contained in:
commit
701f6bbd41
@ -21,6 +21,9 @@ Set your Pokémon Go team for statistical purposes. The team must be valid, and
|
|||||||
if not db.membership then
|
if not db.membership then
|
||||||
db.membership = {}
|
db.membership = {}
|
||||||
end
|
end
|
||||||
|
for _, set in pairs(db.membership) do
|
||||||
|
setmetatable(set, utilities.set_meta)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local team_ref = {
|
local team_ref = {
|
||||||
|
Reference in New Issue
Block a user