summaryrefslogtreecommitdiff
path: root/src/squelch/automatizer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/squelch/automatizer.cc')
-rw-r--r--src/squelch/automatizer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/squelch/automatizer.cc b/src/squelch/automatizer.cc
index b05a253f..742a0727 100644
--- a/src/squelch/automatizer.cc
+++ b/src/squelch/automatizer.cc
@@ -59,7 +59,7 @@ bool Automatizer::apply_rules(object_type *o_ptr, int item_idx) const
}
}
- return true;
+ return false;
}
std::shared_ptr<json_t> Automatizer::to_json() const