make sure the description text on console is shown before any server list registration infos

This commit is contained in:
Volker Fischer 2020-04-19 20:29:44 +02:00
parent 8f4684878b
commit af2c04bd32

View File

@ -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();
}
}