Merge pull request #964 from yueh/fix-889

Fixes #889 possible dupe bug
This commit is contained in:
yueh
2015-04-06 15:54:23 +02:00
8 changed files with 104 additions and 24 deletions
@@ -30,7 +30,7 @@ public class GuiMEPortableCell extends GuiMEMonitorable
public GuiMEPortableCell( InventoryPlayer inventoryPlayer, IPortableCell te )
{
super( inventoryPlayer, te, new ContainerMEPortableCell( inventoryPlayer, null ) );
super( inventoryPlayer, te, new ContainerMEPortableCell( inventoryPlayer, te ) );
}
int defaultGetMaxRows()