From 61fe020b89f8b9dbf6f11426a07bc66fce7a2508 Mon Sep 17 00:00:00 2001 From: CovertJaguar Date: Wed, 12 Jun 2013 14:56:12 -0700 Subject: [PATCH] Proving once again that I cant spell --- common/buildcraft/transport/BlockGenericPipe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/buildcraft/transport/BlockGenericPipe.java b/common/buildcraft/transport/BlockGenericPipe.java index e120f410..782d56ca 100644 --- a/common/buildcraft/transport/BlockGenericPipe.java +++ b/common/buildcraft/transport/BlockGenericPipe.java @@ -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;