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
@@ -406,7 +406,7 @@ class ItemHandlerAdapter implements IMEInventory<IAEItemStack>, IBaseMonitor<IAE
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