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
|
else
|
||||||
{
|
{
|
||||||
// update serverlist
|
|
||||||
Server.UpdateServerList();
|
|
||||||
|
|
||||||
// only start application without using the GUI
|
// only start application without using the GUI
|
||||||
tsConsole << CAboutDlg::GetVersionAndNameStr ( false ) << endl;
|
tsConsole << CAboutDlg::GetVersionAndNameStr ( false ) << endl;
|
||||||
|
|
||||||
|
// update serverlist
|
||||||
|
Server.UpdateServerList();
|
||||||
|
|
||||||
pApp->exec();
|
pApp->exec();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue