Fix a silly mistake
This commit is contained in:
parent
d181dd9fd6
commit
9a6b3c511e
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ public abstract class PartSidedPipe extends TMultiPart implements TSlottedPart,
|
|||
|
||||
if(!world().isRemote)
|
||||
{
|
||||
if(getAllCurrentConnections() != (possibleAcceptors | possibleAcceptors))
|
||||
if(getAllCurrentConnections() != (possibleTransmitters | possibleAcceptors))
|
||||
{
|
||||
sendDesc = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue