You don't have to be active to be removed, that's silly

This commit is contained in:
AlgorithmX2
2014-04-09 19:52:31 -05:00
parent b33d0771d6
commit 2450267957
+1 -1
View File
@@ -80,7 +80,7 @@ public class GridStorageCache implements IStorageGrid
private void rmvCell(IGridNode node, ICellContainer cc)
{
if ( node.isActive() && activeCellContainers.contains( cc ) )
if ( activeCellContainers.contains( cc ) )
{
inactiveCellContainers.add( cc );
activeCellContainers.remove( cc );