Update plugins/autoclothing.cpp

Co-authored-by: Myk <myk.taylor@gmail.com>
develop
Rose 2023-02-02 13:33:20 -08:00 committed by GitHub
parent 9c8903dfbf
commit b36e5e1dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -782,7 +782,7 @@ static void generate_report(color_ostream& out)
auto item = Items::findItemByID(itemId); auto item = Items::findItemByID(itemId);
if (!item) if (!item)
{ {
WARN(cycle).print("Invalid inventory item ID: %d\n", itemId); WARN(cycle,out).print("Invalid inventory item ID: %d\n", itemId);
continue; continue;
} }
if (item->getWear() >= 1) if (item->getWear() >= 1)