Changed to Null ItemStack instead of null.

This commit is contained in:
yueh
2016-12-21 20:27:23 +01:00
parent ed9e6dd21c
commit 1cde7bc933
36 changed files with 95 additions and 78 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ public class TileItemGen extends AEBaseTile implements IInventory
@Override
public ItemStack removeStackFromSlot( final int i )
{
return null;
return ItemStack.EMPTY;
}
@Override