Exposed Partitioning on tooltip.

This commit is contained in:
AlgorithmX2
2014-09-08 14:22:15 -05:00
parent 18ad8c5938
commit f841334d72
4 changed files with 56 additions and 16 deletions
@@ -65,7 +65,7 @@ public class BasicCellHandler implements ICellHandler
if ( handler instanceof CellInventoryHandler )
{
CellInventoryHandler ci = (CellInventoryHandler) handler;
return ci.getCellInv().getStatusForCell();
return ci.getStatusForCell();
}
return 0;
}