Fix Logistical Sorter auto-eject coloring

This commit is contained in:
Daniel Schubert 2014-06-16 10:00:15 +02:00
parent 1e643a9d6f
commit 356367a09b

View file

@ -129,7 +129,7 @@ public class TileEntityLogisticalSorter extends TileEntityElectricBlock implemen
if(invStack != null && invStack.getStack() != null)
{
ItemStack used = emitItemToTransporter(front, invStack, null, 0);
ItemStack used = emitItemToTransporter(front, invStack, color, 0);
if(used != null)
{