Skip to content

Commit 0ca1211

Browse files
SmallJokersfan5
authored andcommitted
Correct line (character limit)
1 parent 5f9c50a commit 0ca1211

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/craftdef.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,8 @@ class CCraftDefManager: public IWritableCraftDefManager
912912
ItemStack is;
913913
is.deSerialize(out.item, gamedef->idef());
914914
if (!is.isKnown(gamedef->idef())) {
915-
infostream << "trying to craft non-existent " << out.item << ", ignoring recipe" << std::endl;
915+
infostream << "trying to craft non-existent "
916+
<< out.item << ", ignoring recipe" << std::endl;
916917
continue;
917918
}
918919

0 commit comments

Comments
 (0)