Index: client/Client/main.cpp
===================================================================
--- client/Client/main.cpp	(revision bc702829fa992477124b5b244ae31c4a3d666cdc)
+++ client/Client/main.cpp	(revision 297682c379820d914ef6c9d2bb8b051c01576d71)
@@ -612,5 +612,4 @@
                   cout << "Logged out" << endl;
                   state = STATE_START;
-                  chatConsole.clear();
                   goToLoginScreen();
                }
@@ -951,4 +950,5 @@
 {
    txtChat->clear();
+   chatConsole.clear();
 
    msgTo.type = MSG_TYPE_LOGOUT;
