Delete phantom connections, instead of crashing.

This commit is contained in:
AlgorithmX2
2014-08-23 01:25:26 -05:00
parent e4015b26e8
commit 6f69b68ec2
+2 -1
View File
@@ -272,7 +272,8 @@ public class GridNode implements IGridNode, IPathItem
}
else
{
throw new GridException( "invalid state found, encountered connection to phantom block." );
con.destroy();
// throw new GridException( "invalid state found, encountered connection to phantom block." );
}
}
else if ( isValidConnection )