level emitter changes

This commit is contained in:
Salomão
2021-05-13 19:32:03 -03:00
parent 39038ac935
commit 9d6026635d
3 changed files with 65 additions and 27 deletions
@@ -284,7 +284,7 @@ class ItemRepositoryAdapter implements IMEInventory<IAEItemStack>, IBaseMonitor<
if( oldAeIS != null )
{
oldAeIS.setStackSize( -oldAeIS.getStackSize() );
changes.add( oldAeIS );
changes.add( oldAeIS.copy() );
}
// Notify the network about the new stack. Note that this is null if newIS was null