We don't need that debug output

This commit is contained in:
libraryaddict 2014-11-30 15:06:50 +13:00
parent 5157c2bf37
commit e654b23a50

View File

@ -244,7 +244,6 @@ public class BlockForm extends Form
Field field = net.minecraft.server.v1_7_R4.Entity.class.getDeclaredField("entityCount");
field.setAccessible(true);
_entityId = field.getInt(null);
System.out.print("Set to " + _entityId);
}
catch (Exception ex)
{