remove forced level emitters update

remove unneeded itemStack creation.
This commit is contained in:
Salomão
2021-01-04 12:34:44 -03:00
parent a3e69ce608
commit e6998913e1
3 changed files with 4 additions and 8 deletions
@@ -171,7 +171,6 @@ public class PartFluidLevelEmitter extends PartUpgradeable implements IStackWatc
@Override
public void postChange( final IBaseMonitor<IAEFluidStack> monitor, final Iterable<IAEFluidStack> change, final IActionSource actionSource )
{
this.updateReportingValue( (IMEMonitor<IAEFluidStack>) monitor );
}
@Override