tweak cache reset on interface config

This commit is contained in:
PrototypeTrousers
2022-02-21 18:25:58 -03:00
parent 8846202270
commit ee9441474e
2 changed files with 520 additions and 496 deletions
@@ -214,7 +214,6 @@ public class TileMolecularAssembler extends AENetworkInvTile implements IUpgrade
if( pos.offset( updateFromFacing ).equals( neighbor ) )
{
TileEntity te = w.getTileEntity( neighbor );
Object capability = null;
if( te != null )