fix death issues, improve text messages

This commit is contained in:
Eduardo Bart
2012-01-25 12:56:17 -02:00
parent 29f99ee9b3
commit cfcc3fd428
13 changed files with 161 additions and 119 deletions

View File

@@ -101,7 +101,6 @@ function Game.onConnectionError(message)
end
local function onApplicationClose()
print('close app')
if Game.isOnline() then
Game.logout(true)
else