diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index e80c6ca06..0b0a6650a 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -3436,6 +3436,9 @@ void reset_login() gLoginMenuBarView->setEnabled( TRUE ); } + // Clear the console + if (gConsole) gConsole->clear(); + // Hide any other stuff LLFloaterMap::hideInstance(); }