Assignment replaceable with operator assignment
This commit is contained in:
@@ -584,7 +584,7 @@ public class CableBusContainer extends CableBusStorage implements AEMultiTile, I
|
||||
IPart p = this.getPart( ForgeDirection.getOrientation( x ) );
|
||||
if ( p != null )
|
||||
{
|
||||
sides = sides | (1 << x);
|
||||
sides |= ( 1 << x );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user