736737738739740741742743744745746
//and deal the cards if(this.numPlayersConnected() == 0) this.setNumberOfPlayers(numPlayers); } try { client = new CluelessClient(this, ipAddress, port); client.setName("Server"); } catch (IOException e) { e.printStackTrace(); }