Index: client/Client/main.cpp
===================================================================
--- client/Client/main.cpp	(revision d3efa1a76ce44000e55c5b1d6a4dadefb3fe8f04)
+++ client/Client/main.cpp	(revision 686589c2951fb71214aa953619d578c10380e566)
@@ -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
