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