delete unused id
This commit is contained in:
@@ -300,7 +300,6 @@ for i=1,25 do
|
||||
end
|
||||
|
||||
ACCOUNT={
|
||||
id=nil,
|
||||
username=nil,
|
||||
motto=nil,
|
||||
avatar=nil,
|
||||
|
||||
@@ -156,7 +156,6 @@ function Tick.httpREQ_login(data)
|
||||
local success,content=json.decode(response.body)
|
||||
if success then
|
||||
LOG.print(text.loginSuccessed..": "..content.message)
|
||||
ACCOUNT.id=content.id
|
||||
ACCOUNT.username=content.username
|
||||
ACCOUNT.auth_token=content.auth_token
|
||||
FILE.saveAccount()
|
||||
|
||||
Reference in New Issue
Block a user