Added Packet Logging
Added Crafting Logging
This commit is contained in:
@@ -94,8 +94,6 @@ public class MECraftingInventory implements IMEInventory<IAEItemStack>
|
||||
if ( input == null )
|
||||
return null;
|
||||
|
||||
// AELog.info( mode.toString() + "Inject: " + input.toString() );
|
||||
|
||||
if ( mode == Actionable.MODULATE )
|
||||
{
|
||||
if ( logInjections )
|
||||
@@ -112,8 +110,6 @@ public class MECraftingInventory implements IMEInventory<IAEItemStack>
|
||||
if ( request == null )
|
||||
return null;
|
||||
|
||||
// AELog.info( mode.toString() + "Extract: " + request.toString() );
|
||||
|
||||
IAEItemStack list = localCache.findPrecise( request );
|
||||
if ( list == null || list.getStackSize() == 0 )
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user