make sure the description text on console is shown before any server list registration infos
This commit is contained in:
parent
8f4684878b
commit
af2c04bd32
1 changed files with 3 additions and 3 deletions
|
@ -574,12 +574,12 @@ int main ( int argc, char** argv )
|
|||
}
|
||||
else
|
||||
{
|
||||
// update serverlist
|
||||
Server.UpdateServerList();
|
||||
|
||||
// only start application without using the GUI
|
||||
tsConsole << CAboutDlg::GetVersionAndNameStr ( false ) << endl;
|
||||
|
||||
// update serverlist
|
||||
Server.UpdateServerList();
|
||||
|
||||
pApp->exec();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue