Fixes duping of damaged items. #298

This commit is contained in:
yueh 2014-10-12 23:41:06 +02:00
parent c737de91e3
commit 11f5594812

View file

@ -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;
}
}