Skip to content
Snippets Groups Projects
Commit a01a6305 authored by dg's avatar dg
Browse files

go

git-svn-id: http://svn.net-core.org/repos/t-engine4@2897 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2877c798
No related branches found
No related tags found
No related merge requests found
......@@ -547,12 +547,13 @@ function _M:registerSaveChardump(module, uuid, title, tags, data)
print("[ONLINE PROFILE] saved character ", uuid)
end
function _M:currentCharacter(module, title)
function _M:currentCharacter(module, title, uuid)
if not self.auth then return end
core.profile.pushOrder(table.serialize{o="CurrentCharacter",
module=module,
title=title,
valid=self.hash_valid,
uuid=uuid,
})
print("[ONLINE PROFILE] current character ", title)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment