silence check for usefulness. it's useful. i get it

develop
Myk Taylor 2023-01-16 17:43:00 -08:00
parent 3958d37684
commit bb3f640afa
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 3 deletions

@ -522,10 +522,8 @@ static void scan_logs(int32_t *usable_logs, const vector<df::unit *> &citizens,
if (item->getType() != item_type::WOOD)
continue;
if (!is_valid_item(item)) {
INFO(status).print("autochop is_valid_item actually caught something useful!! Please tell the DFHack team.\n");
if (!is_valid_item(item))
continue;
}
if (!is_accessible_item(item->pos, citizens)) {
if (inaccessible_logs)