Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b36e5e1

Browse files
RosaryMalamyk002
andauthored
Update plugins/autoclothing.cpp
Co-authored-by: Myk <[email protected]>
1 parent 9c8903d commit b36e5e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/autoclothing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ static void generate_report(color_ostream& out)
782782
auto item = Items::findItemByID(itemId);
783783
if (!item)
784784
{
785-
WARN(cycle).print("Invalid inventory item ID: %d\n", itemId);
785+
WARN(cycle,out).print("Invalid inventory item ID: %d\n", itemId);
786786
continue;
787787
}
788788
if (item->getWear() >= 1)

0 commit comments

Comments
 (0)