Fixes duping of damaged items. #298
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user