Revert "level emitter changes"

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