Allow to set default server in entergame

This commit is contained in:
Eduardo Bart
2012-08-23 14:45:39 -03:00
parent e25bd7fe54
commit 112d584b66
3 changed files with 33 additions and 5 deletions

View File

@@ -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