Fixes duping of damaged items. #298
This commit is contained in:
parent
c737de91e3
commit
11f5594812
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ public class SlotCraftingTerm extends AppEngCraftingSlot
|
|||
if ( !isBad )
|
||||
{
|
||||
super.onPickupFromSlot( p, is );
|
||||
// actually necessary to cleanup this case...
|
||||
p.openContainer.onCraftMatrixChanged( getCraftingMatrix() );
|
||||
return request;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue