diff --git a/core/src/init.cpp b/core/src/init.cpp index 5528c430f..d40d29cf0 100644 --- a/core/src/init.cpp +++ b/core/src/init.cpp @@ -220,10 +220,11 @@ bool AppInit2(int argc, char* argv[]) fServer = GetBoolArg("-server"); /* force fServer when running without GUI */ +#if 0 #ifndef GUI fServer = true; #endif - +#endif fPrintToConsole = GetBoolArg("-printtoconsole"); fPrintToDebugger = GetBoolArg("-printtodebugger");