Proving once again that I cant spell

This commit is contained in:
CovertJaguar 2013-06-12 14:56:12 -07:00
parent 400cde7d78
commit 61fe020b89

View file

@ -858,7 +858,7 @@ public class BlockGenericPipe extends BlockContainer {
}
} catch (Throwable t) {
BuildCraftCore.bcLog.warning("Failed to create pipe with (" + key + "). No valid contructor found.");
BuildCraftCore.bcLog.warning("Failed to create pipe with (" + key + "). No valid constructor found. Possibly a item ID conflit.");
}
return null;