diff options
| author | Alexander Gavrilov | 2012-05-03 11:47:04 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-05-03 11:47:04 +0400 |
| commit | 5afe2ca0020404d46ad3de840030a7b9e186b059 (patch) | |
| tree | 7066712fd0d5cae9ea766189b788efc1c69ae9ad /plugins/jobutils.cpp | |
| parent | 28b5068382ebd406b269e6b4aeb073e7cd26503e (diff) | |
| download | dfhack-5afe2ca0020404d46ad3de840030a7b9e186b059.tar.gz dfhack-5afe2ca0020404d46ad3de840030a7b9e186b059.tar.bz2 dfhack-5afe2ca0020404d46ad3de840030a7b9e186b059.tar.xz | |
Update dfhack for specific_ref.
Diffstat (limited to 'plugins/jobutils.cpp')
| -rw-r--r-- | plugins/jobutils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jobutils.cpp b/plugins/jobutils.cpp index de7f8136..24ad4170 100644 --- a/plugins/jobutils.cpp +++ b/plugins/jobutils.cpp @@ -272,7 +272,7 @@ static command_result job_duplicate(color_ostream &out, vector <string> & parame if (!job) return CR_FAILURE; - if (!job->misc_links.empty() || + if (!job->specific_refs.empty() || (job->job_items.empty() && job->job_type != job_type::CollectSand && job->job_type != job_type::CollectClay)) |
