Merge branch 'master' into development

This commit is contained in:
Ben Spiers 2014-11-16 23:58:55 +00:00
commit 7ab1e66d6a

View file

@ -499,16 +499,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)