aboutsummaryrefslogtreecommitdiff
path: root/main/java/gregtech/common/GT_Proxy.java
diff options
context:
space:
mode:
authoraerospark <lukefay12@gmail.com>2015-06-22 19:06:38 -0400
committeraerospark <lukefay12@gmail.com>2015-06-22 19:06:38 -0400
commitb803f59de5a66fcb4ef53e117b912fbbc2841392 (patch)
tree45aed590c09043396293839276b90e738d3ff420 /main/java/gregtech/common/GT_Proxy.java
parentff871d6b8ae08704a6ad73f4b0103d458bc9b65d (diff)
parent55c596b008807a7cb4b58422efd07636425be1e2 (diff)
downloadGT5-Unofficial-b803f59de5a66fcb4ef53e117b912fbbc2841392.tar.gz
GT5-Unofficial-b803f59de5a66fcb4ef53e117b912fbbc2841392.tar.bz2
GT5-Unofficial-b803f59de5a66fcb4ef53e117b912fbbc2841392.zip
Merge pull request #1 from Blood-Asp/master
version 5.08.20
Diffstat (limited to 'main/java/gregtech/common/GT_Proxy.java')
-rw-r--r--main/java/gregtech/common/GT_Proxy.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/main/java/gregtech/common/GT_Proxy.java b/main/java/gregtech/common/GT_Proxy.java
index 8bae83ffa3..0d01131ac0 100644
--- a/main/java/gregtech/common/GT_Proxy.java
+++ b/main/java/gregtech/common/GT_Proxy.java
@@ -1868,10 +1868,7 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
GT_Utility.copyAmount(1L, new Object[] { aOre.mEvent.Ore }));
}
} else {
- System.out
- .println("Thingy Name: "
- + aOre.mEvent.Name
- + " !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, an Issue nor a Lag Source, it is just an Information, which you should pass to me.");
+// System.out.println("Thingy Name: "+ aOre.mEvent.Name+ " !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, an Issue nor a Lag Source, it is just an Information, which you should pass to me.");
}
}
}