Fix a silly mistake

This commit is contained in:
Ben Spiers 2014-12-16 20:33:23 +00:00
parent d181dd9fd6
commit 9a6b3c511e

View file

@ -499,7 +499,7 @@ public abstract class PartSidedPipe extends TMultiPart implements TSlottedPart,
if(!world().isRemote) if(!world().isRemote)
{ {
if(getAllCurrentConnections() != (possibleAcceptors | possibleAcceptors)) if(getAllCurrentConnections() != (possibleTransmitters | possibleAcceptors))
{ {
sendDesc = true; sendDesc = true;
} }