Update account.lua

1.3
ynong123 2016-07-17 11:58:40 +08:00 committed by GitHub
parent e1301d17d9
commit dcb38c77c6
1 changed files with 2 additions and 1 deletions

View File

@ -82,6 +82,7 @@ function account.new(password, pos)
account.salt[account.counter] = salt
account.pos[account.counter] = pos
account.save()
return account.counter
end
function account.delete(id)
@ -138,4 +139,4 @@ function account.formspec()
return ret
end
account.init()
account.init()