Index: client/Client/main.cpp
===================================================================
--- client/Client/main.cpp	(revision 6c9bcdd776598f0b4c9d61b1db2b6abf28453d86)
+++ client/Client/main.cpp	(revision ffadc8e64f8e16737b07e64d8cad0fc9c14d6f8a)
@@ -389,4 +389,5 @@
       else if(ev.type == ALLEGRO_EVENT_MOUSE_BUTTON_UP) {
          if(wndCurrent == wndLobby) {
+            /*
             if (ev.mouse.button == 1) { // left click
                txtJoinGame->clear();
@@ -395,4 +396,5 @@
                wndCurrent = wndGame;
             }
+            */
          }else if(wndCurrent == wndGame || wndCurrent == wndNewGame) {
             if (ev.mouse.button == 1) {   // left click
