Added Packet Logging

Added Crafting Logging
This commit is contained in:
AlgorithmX2
2014-07-04 17:43:53 -05:00
parent 8640ea7122
commit 14187dc799
5 changed files with 26 additions and 13 deletions
-4
View File
@@ -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;