enforce cache reset of storage bus attached to interfaces were configs
changed
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user