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