Fix delayed side setting with Sorter

This commit is contained in:
Aidan C. Brady 2013-11-24 17:40:27 -05:00
parent 7c47043d37
commit 591c6592a4

View file

@ -178,7 +178,7 @@ public class BlockMachine extends BlockContainer implements ISpecialBounds
{
TileEntityLogisticalSorter transporter = (TileEntityLogisticalSorter)tileEntity;
if(!world.isRemote && !transporter.hasInventory())
if(!transporter.hasInventory())
{
for(ForgeDirection dir : ForgeDirection.VALID_DIRECTIONS)
{