From af2c04bd321f4879837ba5711609779fd69d0638 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sun, 19 Apr 2020 20:29:44 +0200 Subject: [PATCH] make sure the description text on console is shown before any server list registration infos --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index f65d058c..c9fd4c10 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -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(); } }