From 55c596b008807a7cb4b58422efd07636425be1e2 Mon Sep 17 00:00:00 2001 From: Blood-Asp Date: Mon, 22 Jun 2015 22:59:03 +0200 Subject: version 5.08.20 moar bugfixes --- main/java/gregtech/common/GT_Proxy.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'main/java/gregtech/common/GT_Proxy.java') 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."); } } } -- cgit