This commit is contained in:
Ben Spiers 2014-11-16 23:58:12 +00:00
parent e54edcf4cf
commit 11fac12840

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)