rework walk

This commit is contained in:
Eduardo Bart
2012-01-19 02:12:53 -02:00
parent 4491ee8bdd
commit 6ce92a1a64
22 changed files with 478 additions and 228 deletions

View File

@@ -71,7 +71,7 @@ end
local function onApplicationClose()
print('close app')
if Game.isOnline() then
Game.logout(false)
Game.logout(true)
else
exit()
end