Merge branch 'master' into development
This commit is contained in:
commit
7ab1e66d6a
1 changed files with 4 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue