mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 13:33:27 +02:00
Allow to set default server in entergame
This commit is contained in:
@@ -70,8 +70,12 @@ end
|
||||
function Locales.terminate()
|
||||
installedLocales = nil
|
||||
currentLocale = nil
|
||||
localeComboBox:destroy()
|
||||
localeComboBox = nil
|
||||
|
||||
if localeComboBox then
|
||||
localeComboBox:destroy()
|
||||
localeComboBox = nil
|
||||
end
|
||||
|
||||
Extended.unregister(ExtendedLocales)
|
||||
disconnect(g_game, { onGameStart = onGameStart })
|
||||
end
|
||||
|
Reference in New Issue
Block a user