summaryrefslogtreecommitdiff
path: root/plugins/autolabor.cpp
diff options
context:
space:
mode:
authorKelly Martin2012-05-12 19:43:02 -0500
committerKelly Martin2012-05-12 19:43:02 -0500
commitbd2b55c4905e3eba5d2495d582426da72eead709 (patch)
tree901acb44b683b233954cfef316f534b952c48c74 /plugins/autolabor.cpp
parentccbae583653f69bdd208868cae825a854da4b29f (diff)
parent92f069e20932b4ee2f781e5049bcab33a1dfed09 (diff)
downloaddfhack-bd2b55c4905e3eba5d2495d582426da72eead709.tar.gz
dfhack-bd2b55c4905e3eba5d2495d582426da72eead709.tar.bz2
dfhack-bd2b55c4905e3eba5d2495d582426da72eead709.tar.xz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'plugins/autolabor.cpp')
-rw-r--r--plugins/autolabor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autolabor.cpp b/plugins/autolabor.cpp
index 7d591569..cd3232e6 100644
--- a/plugins/autolabor.cpp
+++ b/plugins/autolabor.cpp
@@ -873,7 +873,7 @@ DFhackCExport command_result plugin_onupdate ( color_ostream &out )
{
if (is_on_break)
dwarf_info[dwarf].state = OTHER;
- else if (dwarfs[dwarf]->meetings.size() > 0)
+ else if (dwarfs[dwarf]->specific_refs.size() > 0)
dwarf_info[dwarf].state = OTHER;
else
dwarf_info[dwarf].state = IDLE;