Merge branch 'development' into 1.8

This commit is contained in:
Ben Spiers 2014-11-16 23:59:33 +00:00
commit 19fa918daa

View file

@ -542,16 +542,15 @@ public abstract class PartSidedPipe extends TMultiPart implements TSlottedPart,
if(!world().isRemote)
{
if(getAllCurrentConnections() != (possibleAcceptors | possibleAcceptors))
{
sendDesc = true;
}
currentTransmitterConnections = possibleTransmitters;
currentAcceptorConnections = possibleAcceptors;
}
onRefresh();
if(!world().isRemote)
{
sendDesc = true;
}
}
protected void onModeChange(ForgeDirection side)