mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 07:26:49 +01:00
fix death issues, improve text messages
This commit is contained in:
@@ -101,7 +101,6 @@ function Game.onConnectionError(message)
|
||||
end
|
||||
|
||||
local function onApplicationClose()
|
||||
print('close app')
|
||||
if Game.isOnline() then
|
||||
Game.logout(true)
|
||||
else
|
||||
|
||||
@@ -28,4 +28,6 @@ UIGame
|
||||
|
||||
UIWidget
|
||||
id: mouseGrabber
|
||||
focusable: false
|
||||
focusable: false
|
||||
visible: false
|
||||
phantom: true
|
||||
Reference in New Issue
Block a user