You don't have to be active to be removed, that's silly
This commit is contained in:
Vendored
+1
-1
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user