enforce cache reset of storage bus attached to interfaces were configs

changed
This commit is contained in:
PrototypeTrousers
2021-08-16 21:55:35 -03:00
parent b041fae0d5
commit 9f09cd04d4
3 changed files with 15 additions and 3 deletions
@@ -178,7 +178,7 @@ public class DualityInterface implements IGridTickable, IStorageMonitorable, IIn
{
return;
}
if( inv == this.config )
if( inv == this.config && ( !removed.isEmpty() || !added.isEmpty() ) )
{
this.readConfig();
}