We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9c50a commit 0ca1211Copy full SHA for 0ca1211
src/craftdef.cpp
@@ -912,7 +912,8 @@ class CCraftDefManager: public IWritableCraftDefManager
912
ItemStack is;
913
is.deSerialize(out.item, gamedef->idef());
914
if (!is.isKnown(gamedef->idef())) {
915
- infostream << "trying to craft non-existent " << out.item << ", ignoring recipe" << std::endl;
+ infostream << "trying to craft non-existent "
916
+ << out.item << ", ignoring recipe" << std::endl;
917
continue;
918
}
919
0 commit comments