200201202203204205206207208209210
} // Verify the player does not already playing on that table. if (!table.containsPlayer(command.getPlayerName())) { final boolean ok = client.joinGame(); if (!ok) { sendMessage(command.encodeErrorResponse()); } else