mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
Changes/Fixes to Character List, Hotkey Manager, Exit Window and Text Message.
*Fixed typo in character list string. * Hotkey text edit will now focus when you select a list item. * Fix to the exit window layout. * Added a death window for player deaths.
This commit is contained in:
@@ -22,7 +22,7 @@ local function tryLogin(charInfo, tries)
|
||||
if g_game.isOnline() then
|
||||
g_game.safeLogout()
|
||||
if tries == 1 then
|
||||
loadBox = displayCancelBox(tr('Please wait'), tr('Loggin out...'))
|
||||
loadBox = displayCancelBox(tr('Please wait'), tr('Logging out...'))
|
||||
end
|
||||
scheduleEvent(function() tryLogin(charInfo, tries+1) end, 250)
|
||||
return
|
||||
|
Reference in New Issue
Block a user